This is an automated email from the ASF dual-hosted git repository.
hepin 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 dfb14ee Update typesafe:config to 1.4.5 (#328)
dfb14ee is described below
commit dfb14ee6785a2f84539e4606e3814e5f83159eb5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 14 09:05:54 2025 +0800
Update typesafe:config to 1.4.5 (#328)
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 c249ce5..ea5dbd4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++
JdbcDrivers.map(_ % Test)
val Migration: Seq[ModuleID] = Seq(
- "com.typesafe" % "config" % "1.4.4",
+ "com.typesafe" % "config" % "1.4.5",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
"org.testcontainers" % "postgresql" % "1.21.3" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++
JdbcDrivers.map(_ % Provided)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]