We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7477896 commit 67d91c2Copy full SHA for 67d91c2
build.gradle
@@ -400,7 +400,7 @@ dependencies {
400
// recommended by https://github.com/wiremock/wiremock/issues/2149#issuecomment-1835775954
401
testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
402
403
- checkstyle 'com.puppycrawl.tools:checkstyle:10.21.3'
+ checkstyle 'com.puppycrawl.tools:checkstyle:10.21.4'
404
// xjc needs the runtime as well for the ant task, otherwise it fails
405
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '3.0.2'
406
xjc group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
0 commit comments