Skip to content

Commit

Permalink
apache#5120: Unit Tests failing due to testcontainers
Browse files Browse the repository at this point in the history
- upgraded the version of testcontainers
  • Loading branch information
vrann committed May 28, 2021
1 parent 37ab10f commit b611036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ dependencies {
compile "io.fabric8:kubernetes-server-mock:${gradle.kube_client.version}"

compile "com.amazonaws:aws-java-sdk-s3:1.11.295"
compile "org.testcontainers:elasticsearch:1.12.3"
compile "org.testcontainers:elasticsearch:1.15.3"

compile project(':common:scala')
compile project(':core:controller')
Expand Down

0 comments on commit b611036

Please sign in to comment.