Skip to content

Commit a8709ab

Browse files
committed
Pin to wiremock-jre8-standalone 2.33.+
Resolves an issue caused by the shaded version of slf4j packaged in the 2.34.0 version of this dependency. Resolves gh-3414
1 parent 23962fd commit a8709ab

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.auth:google-auth-library-oauth2-http:latest.release',
1112
'com.google.cloud:google-cloud-monitoring:latest.release',
1213
'com.google.dagger:dagger:2.11',

0 commit comments

Comments
 (0)