From 2e1df13dc36f617b20120cd5c56c917ab8a5030f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 04:03:22 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-core from 4.0.0 to 4.0.6 Bumps com.sun.xml.bind:jaxb-core from 4.0.0 to 4.0.6. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-core dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d773362..c32bc7e 100644 --- a/build.gradle +++ b/build.gradle @@ -59,8 +59,8 @@ dependencies { //JAXB (needed for hibernate, but not longer contained in JDK9+) implementation 'javax.xml.bind:jaxb-api:2.3.1' - implementation 'com.sun.xml.bind:jaxb-core:4.0.0' - implementation 'com.sun.xml.bind:jaxb-impl:4.0.0' + implementation 'com.sun.xml.bind:jaxb-core:4.0.6' + implementation 'com.sun.xml.bind:jaxb-impl:4.0.6' implementation 'javax.activation:activation:1.1.1' //database