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' }