Browse Source

Bring org.testcontainers to 1.15.1 (#2178)

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
Gábor Lipták 4 years ago
parent
commit
5bf9f34caa

+ 1 - 1
benchmark-e2e/benchmark-e2e.gradle

@@ -5,7 +5,7 @@ description = 'e2e benchmark'
 dependencies {
   implementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
   implementation 'org.slf4j:slf4j-simple:1.6.1'
-  implementation 'org.testcontainers:testcontainers:1.15.0'
+  implementation 'org.testcontainers:testcontainers:1.15.1'
 }
 
 test {

+ 1 - 1
examples/distro/smoke-tests/build.gradle

@@ -3,7 +3,7 @@ plugins {
 }
 
 dependencies {
-  testImplementation("org.testcontainers:testcontainers:1.15.0-rc2")
+  testImplementation("org.testcontainers:testcontainers:1.15.1")
   testImplementation("com.fasterxml.jackson.core:jackson-databind:2.11.2")
   testImplementation("com.google.protobuf:protobuf-java-util:3.12.4")
   testImplementation("com.squareup.okhttp3:okhttp:3.12.12")

+ 1 - 1
gradle/dependencies.gradle

@@ -83,7 +83,7 @@ ext {
     ],
     groovy                       : "org.codehaus.groovy:groovy-all:${versions.groovy}",
     systemLambda                 : "com.github.stefanbirkner:system-lambda:${versions.systemLambda}",
-    testcontainers               : "org.testcontainers:testcontainers:1.15.0-rc2",
+    testcontainers               : "org.testcontainers:testcontainers:1.15.1",
     testLogging                  : [
       dependencies.create(group: 'ch.qos.logback', name: 'logback-classic', version: versions.logback),
       dependencies.create(group: 'org.slf4j', name: 'log4j-over-slf4j', version: versions.slf4j),

+ 1 - 1
instrumentation/apache-camel-2.20/javaagent/apache-camel-2.20-javaagent.gradle

@@ -40,7 +40,7 @@ dependencies {
    *    Temporarily using emq instead of localstack till the latter supports AWS trace propagation
    *
    *    testImplementation deps.testcontainers
-   *    testImplementation "org.testcontainers:localstack:1.15.0-rc2"
+   *    testImplementation "org.testcontainers:localstack:1.15.1"
    **/
 
   latestDepTestLibrary group: 'org.apache.camel', name: 'camel-core', version: '2.+'