diff --git a/build.gradle b/build.gradle index d1cb41cd1ee..e06998f77c7 100644 --- a/build.gradle +++ b/build.gradle @@ -187,7 +187,7 @@ dependencies { // jakarta.activation is already dependency of glassfish implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1' - implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2' + implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.2' implementation ('com.github.tomtung:latex2unicode_2.13:0.3.2') { exclude module: 'fastparse_2.13' @@ -220,7 +220,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-runtime', version: '3.0.2' + xjc group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.2' } clean {