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 b363cd0e Update typesafe:config to 1.4.8 (#497)
b363cd0e is described below
commit b363cd0eed1c1221a8e32d81cca11d2c7ae06946
Author: Scala Steward <[email protected]>
AuthorDate: Tue May 5 17:44:09 2026 +0200
Update typesafe:config to 1.4.8 (#497)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1de377e0..10d5c669 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.7",
+ "com.typesafe" % "config" % "1.4.8",
"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]