From 6365e6a891f7d280fc4968677d12a9f137ee21af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:37:25 +0000 Subject: [PATCH] Bump org.glassfish.jaxb:jaxb-xjc from 4.0.5 to 4.0.6 Bumps org.glassfish.jaxb:jaxb-xjc from 4.0.5 to 4.0.6. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-xjc dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 33b74a3..0fbaf96 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ configurations { } dependencies { - jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.5" - jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.5" + jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.6" + jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.6" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core implementation 'org.apache.logging.log4j:log4j-core:2.23.1' @@ -27,7 +27,7 @@ dependencies { // JAXB API only implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' // JAXB RI, Jakarta XML Binding (do not change to runtimeOnly) - implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5' + implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.6' // JUnit Jupiter using Gradle's native JUnit Platform testImplementation platform('org.junit:junit-bom:5.13.4')