Compare commits

..

No commits in common. "renovate/master-org.opensearch-opensearch-testcontainers-2.x" and "master" have entirely different histories.

View File

@ -44,7 +44,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootStarterVersion}")
testImplementation("com.iqser.red.commons:test-commons:2.1.0")
testImplementation("org.testcontainers:elasticsearch:1.17.6")
testImplementation("org.opensearch:opensearch-testcontainers:2.1.2")
testImplementation("org.opensearch:opensearch-testcontainers:2.0.0")
testImplementation("org.springframework.amqp:spring-rabbit-test:3.0.2")
}