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-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 9f39d58 Update logback-classic to 1.5.25 (#292)
9f39d58 is described below
commit 9f39d58817b78446552e3ece511a75e22f066edd
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 17 19:58:20 2026 +0100
Update logback-classic to 1.5.25 (#292)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 52483d4..156c5b3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
val postgresql = "org.postgresql" % "postgresql" % "42.7.9" % Test
- val logback = "ch.qos.logback" % "logback-classic" % "1.5.24" % Test
+ val logback = "ch.qos.logback" % "logback-classic" % "1.5.25" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
val junit = "junit" % "junit" % "4.13.2" % Test
val junitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]