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 a5a95d3 Update logback-classic to 1.5.32 (#322)
a5a95d3 is described below
commit a5a95d3ee76eda23298a35abad98c80bcdcb31c3
Author: Scala Steward <[email protected]>
AuthorDate: Mon Feb 16 20:05:10 2026 +0100
Update logback-classic to 1.5.32 (#322)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2c3d20a..af82ddf 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
val postgresql = "org.postgresql" % "postgresql" % "42.7.10" % Test
- val logback = "ch.qos.logback" % "logback-classic" % "1.5.29" % Test
+ val logback = "ch.qos.logback" % "logback-classic" % "1.5.32" % 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]