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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 4128e7b5 Update logback-classic to 1.6.1 (#814)
4128e7b5 is described below
commit 4128e7b551a8f569e505a656da0efa6eebe2a366
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jul 28 23:01:38 2026 +0200
Update logback-classic to 1.6.1 (#814)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 61f6cabb..ebf5af17 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -89,7 +89,7 @@ object Dependencies {
}
object Runtime {
- val logback = "ch.qos.logback" % "logback-classic" % "1.6.0" % "runtime"
+ val logback = "ch.qos.logback" % "logback-classic" % "1.6.1" % "runtime"
}
object Protobuf {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]