From 986d68b1e3d679b948f0f0998d8cedd06e5c858c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:05:01 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-core from 4.0.3 to 4.0.4 Bumps com.sun.xml.bind:jaxb-core from 4.0.3 to 4.0.4. --- 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 6e2fa09e1b..78d9a537b6 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ subprojects { javaWebsocketVersion = '1.5.3' javaxActivationVersion = '1.1.1' jaxbApiVersion = '2.3.1' - jaxbCoreVersion = '4.0.3' + jaxbCoreVersion = '4.0.4' jaxbImplVersion = '4.0.4' jdbiVersion = '3.41.3' jetbrainsAnnotationsVersion = '24.0.1'