This is an automated email from the ASF dual-hosted git repository.

Philippus 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 4da84ad6 Update typesafe:config to 1.4.9 (#515)
4da84ad6 is described below

commit 4da84ad653f12458a8394f28bacf26e76d1b5519
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jun 4 23:03:30 2026 +0200

    Update typesafe:config to 1.4.9 (#515)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 700a1800..eef6b57d 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.8",
+    "com.typesafe" % "config" % "1.4.9",
     "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]

Reply via email to