From 0fd6544cc1ca573faed6958a7914c703e1216e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:16:37 +0000 Subject: [PATCH] Bump org.glassfish.jaxb:jaxb-xjc from 3.0.2 to 4.0.2 Bumps org.glassfish.jaxb:jaxb-xjc from 3.0.2 to 4.0.2. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-xjc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1cb41cd1ee..9d01f12aef7 100644 --- a/build.gradle +++ b/build.gradle @@ -219,7 +219,7 @@ dependencies { checkstyle 'com.puppycrawl.tools:checkstyle:10.4' // xjc needs the runtime as well for the ant task, otherwise it fails - xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '3.0.2' + xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '4.0.2' xjc group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2' }