This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new b8efd1649 Update testcontainers-junit-jupiter to 2.0.4 (#1509)
b8efd1649 is described below
commit b8efd16492d4108fd97d750682231f8c42c3ac2f
Author: Scala Steward <[email protected]>
AuthorDate: Fri Mar 20 17:07:55 2026 +0100
Update testcontainers-junit-jupiter to 2.0.4 (#1509)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b2560a1b6..1a9ee7629 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -128,7 +128,7 @@ object Dependencies {
"com.dimafeng" %% "testcontainers-scala" %
TestContainersScalaTestVersion % Test,
"com.github.sbt.junit" % "jupiter-interface" %
JupiterKeys.jupiterVersion.value % Test,
"org.junit.vintage" % "junit-vintage-engine" %
JupiterKeys.junitVintageVersion.value % Test,
- "org.testcontainers" % "testcontainers-junit-jupiter" % "2.0.3" % Test,
+ "org.testcontainers" % "testcontainers-junit-jupiter" % "2.0.4" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]