From e957c83fddf9e75d21787d60b91ff7e45f51df49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:01:00 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5 (#8995) 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] 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 16af37601f..51dff651c6 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ ext { hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.15.4' - jaxbVersion = '4.0.4' + jaxbVersion = '4.0.5' jcifsVersion = '2.1.37' jeroMqVersion = '0.5.4' jmsApiVersion = '3.1.0'