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/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 5adbb89f logback cve (#193)
5adbb89f is described below
commit 5adbb89f6b355d3abe9472649c9f40367a66e113
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Dec 4 09:10:55 2023 +0100
logback cve (#193)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c7125bec..103b6cae 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -90,7 +90,7 @@ object Dependencies {
}
object Runtime {
- val logback = "ch.qos.logback" % "logback-classic" % "1.2.11" % "runtime"
// Eclipse 1.0
+ val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % "runtime"
// Eclipse 1.0
val guavaAndroid = "com.google.guava" % "guava" % "32.1.2-android" %
"runtime"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]