diff --git a/build.gradle b/build.gradle index 87767e41711..8aced47f166 100644 --- a/build.gradle +++ b/build.gradle @@ -396,7 +396,7 @@ dependencies { // recommended by https://github.com/wiremock/wiremock/issues/2149#issuecomment-1835775954 testImplementation 'org.wiremock:wiremock-standalone:3.10.0' - checkstyle 'com.puppycrawl.tools:checkstyle:10.21.0' + checkstyle 'com.puppycrawl.tools:checkstyle:10.21.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'