From 88d46f9fd194b1d168423bee03f74bc24523660e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:16:11 +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 6d831a802..727fb83f1 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,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'