From 90e31b855599efdcc809789a6b1c08234af4a7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:04:31 -0400 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 4.0.3 to 4.0.4 (#12050) Bumps com.sun.xml.bind:jaxb-impl from 4.0.3 to 4.0.4. --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e9f8aa367a..6e2fa09e1b 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ subprojects { javaxActivationVersion = '1.1.1' jaxbApiVersion = '2.3.1' jaxbCoreVersion = '4.0.3' - jaxbImplVersion = '4.0.3' + jaxbImplVersion = '4.0.4' jdbiVersion = '3.41.3' jetbrainsAnnotationsVersion = '24.0.1' jlayerVersion = '1.0.1.4'