Skip to content

Commit 393cc62

Browse files
committed
upgrade testContainers
1 parent 6e50bb1 commit 393cc62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def testkitProject(esVersion: String, ss: Def.SettingsDefinition*): Project = {
207207
// "org.apache.logging.log4j" % "log4j-slf4j-impl" % Versions.log4j,
208208
"org.apache.logging.log4j" % "log4j-core" % Versions.log4j,
209209
"app.softnetwork.persistence" %% "persistence-core-testkit" % Versions.genericPersistence,
210-
"org.testcontainers" % "elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions: _*)
210+
"org.testcontainers" % "testcontainers-elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions: _*)
211211
),
212212
Compile / compile := (Compile / compile).dependsOn(copyTestkit(esVersion)).value
213213
)

es6/testkit/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ elastic4sTestkitDependencies(elasticSearchVersion.value) ++ Seq(
1010
// "org.apache.logging.log4j" % "log4j-slf4j-impl" % Versions.log4j,
1111
"org.apache.logging.log4j" % "log4j-core" % Versions.log4j,
1212
"app.softnetwork.persistence" %% "persistence-core-testkit" % Versions.genericPersistence,
13-
"org.testcontainers" % "elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions *)
13+
"org.testcontainers" % "testcontainers-elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions *)
1414
)

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Versions {
4242

4343
val log4j = "2.8.2"
4444

45-
val testContainers = "1.18.0"
45+
val testContainers = "2.0.2"
4646

4747
val genericPersistence = "0.8.0"
4848

testkit/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ libraryDependencies ++= elasticClientDependencies(elasticSearchVersion.value) ++
1111
// "org.apache.logging.log4j" % "log4j-slf4j-impl" % Versions.log4j,
1212
"org.apache.logging.log4j" % "log4j-core" % Versions.log4j,
1313
"app.softnetwork.persistence" %% "persistence-core-testkit" % Versions.genericPersistence,
14-
"org.testcontainers" % "elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions: _*)
14+
"org.testcontainers" % "testcontainers-elasticsearch" % Versions.testContainers excludeAll (jacksonExclusions: _*)
1515
)

0 commit comments

Comments
 (0)