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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2512950 Update typesafe:config to 1.4.6 (#465)
2512950 is described below
commit 251295085a542674cad3c4e96b37a58346af2108
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 24 20:23:40 2026 +0100
Update typesafe:config to 1.4.6 (#465)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c901178..8ff57ec 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++
JdbcDrivers.map(_ % Test)
val Migration: Seq[ModuleID] = Seq(
- "com.typesafe" % "config" % "1.4.5",
+ "com.typesafe" % "config" % "1.4.6",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++
JdbcDrivers.map(_ % Provided)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]