From 10c3f89a07994d6af4296319a9e3f7d4b3ad5eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:14:06 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-core from 4.0.0 to 4.0.2 Bumps com.sun.xml.bind:jaxb-core from 4.0.0 to 4.0.2. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d773362..70c517b 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ 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-core:4.0.2' implementation 'com.sun.xml.bind:jaxb-impl:4.0.0' implementation 'javax.activation:activation:1.1.1'