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-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 486d064 logback cve (#116)
486d064 is described below
commit 486d06442c227492bd1301cd501894839bee9fe1
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Dec 4 09:00:38 2023 +0100
logback cve (#116)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a7b720a..98bcb25 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
// for example
val pekkoManagementVersion = "1.0.0"
- val logback = "ch.qos.logback" % "logback-classic" % "1.2.11"
+ val logback = "ch.qos.logback" % "logback-classic" % "1.2.13"
val reconcilerDependencies = Seq(
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]