From fe27f90ffaaad92b6101843766379caf52ef9e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:36:42 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-xjc from 4.0.4 to 4.0.6 Bumps com.sun.xml.bind:jaxb-xjc from 4.0.4 to 4.0.6. --- updated-dependencies: - dependency-name: com.sun.xml.bind: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 7915377f..555093ed 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ dependencies { implementation 'commons-io:commons-io:2.16.1' implementation 'org.apache.commons:commons-lang3:3.18.0' implementation 'com.sun.xml.bind:jaxb-impl:4.0.5' - implementation 'com.sun.xml.bind:jaxb-core:4.0.4' + implementation 'com.sun.xml.bind:jaxb-core:4.0.6' implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' implementation 'org.jetbrains:annotations:24.1.0' @@ -164,8 +164,8 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0' - xjc 'com.sun.xml.bind:jaxb-core:4.0.4' - xjc 'com.sun.xml.bind:jaxb-xjc:4.0.4' + xjc 'com.sun.xml.bind:jaxb-core:4.0.6' + xjc 'com.sun.xml.bind:jaxb-xjc:4.0.6' xjc 'com.sun.xml.bind:jaxb-impl:4.0.5' xjc 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'