From 135b2d2ce5e65671e34213ec0c89f848a6ff37a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:09:24 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5 Bumps com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl 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 0f2c300..8f5c29e 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation 'javax.xml.bind:jaxb-api:2.3.1' implementation 'com.sun.xml.bind:jaxb-core:4.0.4' - implementation 'com.sun.xml.bind:jaxb-impl:4.0.4' + implementation 'com.sun.xml.bind:jaxb-impl:4.0.5' implementation 'javax.activation:activation:1.1.1' implementation 'org.javassist:javassist:3.30.2-GA'