From a1fb460dd0dbd0cb6a1518d80bc629818e684c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 21:15:00 +0000 Subject: [PATCH] Bump jaxb-xjc from 2.3.3 to 3.0.0 Bumps jaxb-xjc from 2.3.3 to 3.0.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9fc99d0188..2c9dd3407cf 100644 --- a/build.gradle +++ b/build.gradle @@ -210,7 +210,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:2.2" checkstyle 'com.puppycrawl.tools:checkstyle:8.38' - xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.3' + xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '3.0.0' jython 'org.python:jython-standalone:2.7.2' }