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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new e8cfbdfe4 upgrade logback (#122)
e8cfbdfe4 is described below
commit e8cfbdfe482de4b8ba8f04f69dc34cb9aaebacf7
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 29 22:13:05 2023 +0100
upgrade logback (#122)
---
project/Dependencies.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5d3e83720..0b520cfc1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -66,11 +66,10 @@ object Dependencies {
"org.apache.pekko" %% "pekko-stream" % PekkoVersion,
"org.apache.pekko" %% "pekko-stream-testkit" % PekkoVersion,
"org.apache.pekko" %% "pekko-slf4j" % PekkoVersion,
- "ch.qos.logback" % "logback-classic" % "1.2.3", // Eclipse Public
License 1.0
+ "ch.qos.logback" % "logback-classic" % "1.2.11", // Eclipse Public
License 1.0
"org.scalatest" %% "scalatest" % ScalaTestVersion,
"com.dimafeng" %% "testcontainers-scala-scalatest" %
TestContainersScalaTestVersion,
"com.novocode" % "junit-interface" % "0.11", // BSD-style
- "ch.qos.logback" % "logback-classic" % "1.2.3", // Eclipse Public
License 1.0
"junit" % "junit" % "4.13" // Eclipse Public License 1.0
))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]