Skip to content

Commit

Permalink
Pin wiremock-jre8-standalone to 2.33.+ for 1.8.x and 1.9.x
Browse files Browse the repository at this point in the history
This is a backport of a8709ab
fixes gh-3468
related gh-3414
  • Loading branch information
jonatan-ivanov committed Oct 7, 2022
1 parent bd26fe6 commit 0bc358b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ def VERSIONS = [
'com.fasterxml.jackson.core:jackson-databind:latest.release',
'com.github.ben-manes.caffeine:caffeine:2.+',
'com.github.charithe:kafka-junit:latest.release',
'com.github.tomakehurst:wiremock-jre8-standalone:latest.release',
// pinned to avoid issues with shaded slf4j version - see gh-3414
'com.github.tomakehurst:wiremock-jre8-standalone:2.33.+',
'com.google.cloud:google-cloud-monitoring:3.1.+',
'com.google.dagger:dagger:2.11',
'com.google.dagger:dagger-compiler:2.11',
Expand Down

0 comments on commit 0bc358b

Please sign in to comment.