Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed May 29, 2024
1 parent 7e79194 commit 8a8565b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/realworld-app/rw-database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
// https://www.testcontainers.org/
testImplementation('org.testcontainers:testcontainers:1.17.3')
testImplementation('org.testcontainers:elasticsearch:1.17.3')
// updating transitive dependency from testcontainers
testImplementation("org.apache.commons:commons-compress:1.26.1")


Expand Down
1 change: 1 addition & 0 deletions java-client-serverless/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ dependencies {
// https://www.testcontainers.org/
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
// updating transitive dependency from testcontainers
testImplementation("org.apache.commons","commons-compress","1.26.1")

testImplementation("io.opentelemetry", "opentelemetry-sdk", openTelemetryVersion)
Expand Down
1 change: 1 addition & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ dependencies {
// https://www.testcontainers.org/
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
// updating transitive dependency from testcontainers
testImplementation("org.apache.commons","commons-compress","1.26.1")

testImplementation("io.opentelemetry", "opentelemetry-sdk", openTelemetryVersion)
Expand Down

0 comments on commit 8a8565b

Please sign in to comment.