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 ec74c930b Update specs2-core to 4.23.0 (#1272)
ec74c930b is described below
commit ec74c930b38a30d7588fe9fab9371dacfccb8388
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 13:46:35 2025 +0000
Update specs2-core to 4.23.0 (#1272)
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 84e3b6ba0..bc69e0203 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -206,7 +206,7 @@ object Dependencies {
("org.apache.hadoop" % "hadoop-common" % "3.3.6" %
Test).exclude("log4j", "log4j"),
"com.sksamuel.avro4s" %% "avro4s-core" % avro4sVersion.value % Test,
"org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
- "org.specs2" %% "specs2-core" % "4.22.0" % Test,
+ "org.specs2" %% "specs2-core" % "4.23.0" % Test,
"org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
"org.slf4j" % "log4j-over-slf4j" % Slf4jVersion % Test))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]