Skip to content

Commit

Permalink
bump: logback-classic 1.4.14 (was 1.4.12) (#3051)
Browse files Browse the repository at this point in the history
* bump: logback-classic 1.4.14 (was 1.4.12)
* Bump even in Alpakka testkit
  • Loading branch information
scala-steward authored Mar 28, 2024
1 parent 89015e2 commit 8408464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
"ch.qos.logback" % "logback-classic" % "1.2.11", // Eclipse Public License 1.0
"ch.qos.logback" % "logback-classic" % "1.4.14",
"org.scalatest" %% "scalatest" % ScalaTestVersion,
"com.dimafeng" %% "testcontainers-scala-scalatest" % TestContainersScalaTestVersion,
"com.novocode" % "junit-interface" % "0.11", // BSD-style
Expand Down Expand Up @@ -334,7 +334,7 @@ object Dependencies {
"org.apache.activemq" % "artemis-jakarta-server" % "2.31.2" % Test, // ApacheV2
"org.apache.activemq" % "artemis-jakarta-client" % "2.31.2" % Test, // ApacheV2
// slf4j-api 2.0.9 via activemq-client
"ch.qos.logback" % "logback-classic" % "1.4.12" % Test // Eclipse Public License 1.0
"ch.qos.logback" % "logback-classic" % "1.4.14" % Test
) ++ Mockito
)

Expand Down

0 comments on commit 8408464

Please sign in to comment.