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.
2 parents 501bfa0 + 7e76d58 commit 4bc0f93Copy full SHA for 4bc0f93
build.gradle
@@ -78,7 +78,7 @@ testing {
78
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
79
implementation "org.mockito:mockito-core:5.+"
80
runtimeOnly "org.junit.platform:junit-platform-launcher"
81
- implementation "org.wiremock:wiremock:3.5.4"
+ implementation "org.wiremock:wiremock:3.6.0"
82
83
// This test-only dependency is convenient but not widely used.
84
// Review project activity before updating the version here.
0 commit comments