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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 886cf07 Update typesafe:config to 1.4.7 (#493)
886cf07 is described below
commit 886cf07a0591b17f38aae34419f679b75f4384b1
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 17:41:42 2026 +0200
Update typesafe:config to 1.4.7 (#493)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9f3572f..757d4d4 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.6",
+ "com.typesafe" % "config" % "1.4.7",
"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]