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 3bd2b4a commit 5a8eedaCopy full SHA for 5a8eeda
build.gradle
@@ -396,7 +396,7 @@ dependencies {
396
testImplementation "com.github.javaparser:javaparser-symbol-solver-core:3.26.3"
397
398
// recommended by https://github.com/wiremock/wiremock/issues/2149#issuecomment-1835775954
399
- testImplementation 'org.wiremock:wiremock-standalone:3.10.0'
+ testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
400
401
checkstyle 'com.puppycrawl.tools:checkstyle:10.21.3'
402
// xjc needs the runtime as well for the ant task, otherwise it fails
0 commit comments