diff --git a/build.gradle b/build.gradle index 778ed597288..2e42dd67708 100644 --- a/build.gradle +++ b/build.gradle @@ -365,7 +365,7 @@ dependencies { testImplementation "org.testfx:testfx-junit5:4.0.16-alpha" testImplementation "org.hamcrest:hamcrest-library:3.0" - checkstyle 'com.puppycrawl.tools:checkstyle:10.18.0' + checkstyle 'com.puppycrawl.tools:checkstyle:10.18.1' // 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'