This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 ad9587b4e Update testcontainers-junit-jupiter to 2.0.5 (#1590)
ad9587b4e is described below
commit ad9587b4eb45f6ff457e4f5b818b1180a454f7f9
Author: Scala Steward <[email protected]>
AuthorDate: Tue Apr 21 17:05:52 2026 +0200
Update testcontainers-junit-jupiter to 2.0.5 (#1590)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 12313440a..ac4ba7ec4 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.4" % Test,
+ "org.testcontainers" % "testcontainers-junit-jupiter" % "2.0.5" % 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]