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 81dd55eb1 Update testcontainers-junit-jupiter to 2.0.3 (#1340)
81dd55eb1 is described below
commit 81dd55eb15e815fa333c5df3666a85d25fbe3aef
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 21 10:24:28 2025 +0100
Update testcontainers-junit-jupiter to 2.0.3 (#1340)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 98dde9e3a..c584de12f 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.2" % Test,
+ "org.testcontainers" % "testcontainers-junit-jupiter" % "2.0.3" % 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]