From 99f8dc88666573b57e09b1f7b7dd32725effffb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:42:26 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.6 Bumps com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.6. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 801c92c..14bd510 100644 --- a/build.gradle +++ b/build.gradle @@ -132,8 +132,8 @@ 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-impl:2.3.0.1" + testImplementation "com.sun.xml.bind:jaxb-core:4.0.6" + testImplementation "com.sun.xml.bind:jaxb-impl:4.0.6" testImplementation "javax.activation:activation:1.1.1" testImplementation "org.javassist:javassist:3.23.1-GA" testImplementation "javax.xml.bind:jaxb-api:2.3.1"