We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23962fd commit a8709abCopy full SHA for a8709ab
dependencies.gradle
@@ -6,7 +6,8 @@ def VERSIONS = [
6
'com.fasterxml.jackson.core:jackson-databind:latest.release',
7
'com.github.ben-manes.caffeine:caffeine:2.+',
8
'com.github.charithe:kafka-junit:latest.release',
9
- 'com.github.tomakehurst:wiremock-jre8-standalone:latest.release',
+ // pinned to avoid issues with shaded slf4j version - see gh-3414
10
+ 'com.github.tomakehurst:wiremock-jre8-standalone:2.33.+',
11
'com.google.auth:google-auth-library-oauth2-http:latest.release',
12
'com.google.cloud:google-cloud-monitoring:latest.release',
13
'com.google.dagger:dagger:2.11',
0 commit comments