diff --git a/build.gradle b/build.gradle index 874680d68c4..8099e1297da 100644 --- a/build.gradle +++ b/build.gradle @@ -215,7 +215,7 @@ dependencies { testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT" testImplementation "org.hamcrest:hamcrest-library:2.2" - checkstyle 'com.puppycrawl.tools:checkstyle:10.0' + checkstyle 'com.puppycrawl.tools:checkstyle:10.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'