From e1054c11dc878d2ae81614c75edb538a6b08928b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:26:27 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.5 Bumps com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.5. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-version: 4.0.5 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 b9f817f..8c7c398 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.5" + testImplementation "com.sun.xml.bind:jaxb-impl:4.0.5" testImplementation "javax.activation:activation:1.1.1" testImplementation "org.javassist:javassist:3.23.1-GA" testImplementation "javax.xml.bind:jaxb-api:2.3.1"