Skip to content

Commit 1e0a688

Browse files
fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v3
1 parent 2c73c83 commit 1e0a688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/wiremock-shaded-for-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
dependencies {
77
// If tests fail when updating this, update the list of relocate based on any
88
// class conflict reported in the failure.
9-
implementation("com.github.tomakehurst:wiremock-jre8:2.35.2")
9+
implementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
1010
implementation("com.google.errorprone:error_prone_annotations")
1111
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
1212
}

0 commit comments

Comments
 (0)