From 995e69c7a39daaf5d168a7fdc8df5d1624c12b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:43:57 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 4.0.0 to 4.0.5 in /schema Bumps com.sun.xml.bind:jaxb-impl from 4.0.0 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] --- schema/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/build.gradle b/schema/build.gradle index ed4a102e4..9ab051608 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { api 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' - api 'com.sun.xml.bind:jaxb-impl:4.0.0' + api 'com.sun.xml.bind:jaxb-impl:4.0.5' api 'com.sun.istack:istack-commons-runtime:4.1.0-M1' implementation 'org.apache.commons:commons-lang3:3.12.0'