From 0eb8e2bd35782bde2d06f9deb0ebb6ca36bef2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:06:29 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.7 Bumps com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.7. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-version: 4.0.7 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 6829d81..50c8492 100644 --- a/build.gradle +++ b/build.gradle @@ -132,8 +132,8 @@ dependencies { //Java 11 Support testImplementation "org.mockito:mockito-inline:5.2.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.7" + testImplementation "com.sun.xml.bind:jaxb-impl:4.0.7" testImplementation "javax.activation:activation:1.1.1" testImplementation "org.javassist:javassist:3.23.1-GA" testImplementation "javax.xml.bind:jaxb-api:2.3.1"