From 0408409d828931400df0ca612ba958d6fc52f3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:16:29 +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-version: 4.0.5 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 f82e39b..e167047 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ dependencies { //Java 11 Support testImplementation "org.mockito:mockito-inline:4.10.0" //testImplementation "org.mockito:mockito-core:2.23.4" - testImplementation "com.sun.xml.bind:jaxb-core:2.3.0.1" + testImplementation "com.sun.xml.bind:jaxb-core:4.0.5" testImplementation "com.sun.xml.bind:jaxb-impl:2.3.0.1" testImplementation "javax.activation:activation:1.1.1" testImplementation "org.javassist:javassist:3.23.1-GA"