Skip to content

Commit

Permalink
Merge pull request #319 from Aiven-Open/dependabot/gradle/org.opensea…
Browse files Browse the repository at this point in the history
…rch-opensearch-testcontainers-2.1.1

Bump org.opensearch:opensearch-testcontainers from 2.0.1 to 2.1.1
  • Loading branch information
reta authored Nov 1, 2024
2 parents e4593a9 + f69f8c0 commit 3992c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dependencies {

integrationTestImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
integrationTestImplementation "org.testcontainers:kafka:$testcontainersVersion" // this is not Kafka version
integrationTestImplementation "org.opensearch:opensearch-testcontainers:2.0.1"
integrationTestImplementation "org.opensearch:opensearch-testcontainers:2.1.1"
integrationTestImplementation "org.apache.kafka:kafka-clients:$kafkaVersion:test"
integrationTestImplementation "org.apache.kafka:connect-runtime:${kafkaVersion}"
integrationTestImplementation "org.apache.kafka:connect-runtime:${kafkaVersion}:test"
Expand Down

0 comments on commit 3992c5d

Please sign in to comment.