Skip to content

Commit 0bc358b

Browse files
Pin wiremock-jre8-standalone to 2.33.+ for 1.8.x and 1.9.x
This is a backport of a8709ab fixes gh-3468 related gh-3414
1 parent bd26fe6 commit 0bc358b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dependencies.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ def VERSIONS = [
66
'com.fasterxml.jackson.core:jackson-databind:latest.release',
77
'com.github.ben-manes.caffeine:caffeine:2.+',
88
'com.github.charithe:kafka-junit:latest.release',
9-
'com.github.tomakehurst:wiremock-jre8-standalone:latest.release',
9+
// pinned to avoid issues with shaded slf4j version - see gh-3414
10+
'com.github.tomakehurst:wiremock-jre8-standalone:2.33.+',
1011
'com.google.cloud:google-cloud-monitoring:3.1.+',
1112
'com.google.dagger:dagger:2.11',
1213
'com.google.dagger:dagger-compiler:2.11',

0 commit comments

Comments
 (0)