Skip to content

Commit

Permalink
fix(integration-tests): update test container deps (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Mar 12, 2021
1 parent 7fd1ded commit 1a34e2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kayenta-integration-tests/kayenta-integration-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ dependencies {
testCompile 'io.micrometer:micrometer-registry-prometheus'
testCompile 'io.micrometer:micrometer-registry-graphite'
testCompile 'org.springframework.cloud:spring-cloud-starter:2.1.2.RELEASE'// needed for bootstrap phase when all embedded containers are setup
testCompile 'com.playtika.testcontainers:embedded-redis:1.85'
testCompile 'com.playtika.testcontainers:embedded-minio:1.85'
testCompile 'com.playtika.testcontainers:embedded-redis:1.89'
testCompile 'com.playtika.testcontainers:embedded-minio:1.89'
testCompile 'org.testcontainers:testcontainers:1.15.1'
}

test.testLogging {
Expand Down

0 comments on commit 1a34e2a

Please sign in to comment.