From 9214e7fab0aaea96bd45b53ecd14e602ca944645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:15:40 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.5 Bumps com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.5. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a15aa8afc..eab64a269 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ subprojects { //java 10 no longer has these included by default, so explicit dependency is needed. api 'javax.xml.bind:jaxb-api:2.3.1' - api 'com.sun.xml.bind:jaxb-core:2.3.0.1' + api 'com.sun.xml.bind:jaxb-core:4.0.5' runtimeOnly 'com.sun.xml.bind:jaxb-impl:2.3.3' api 'javax.activation:activation:1.1.1'