Skip to content

Commit

Permalink
bump: logback-classic 1.2.13 (was 1.2.12) (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 10, 2024
1 parent 1f92fbd commit 7fbb81d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>com.lightbend.akka.management</groupId>
Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.2.12" % Test
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test
) ++ JacksonDatabind ++ JacksonDatatype // consul depends on insecure version of jackson

val DiscoveryKubernetesApi = Seq(
Expand Down Expand Up @@ -105,7 +105,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-actor" % AkkaVersion,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"ch.qos.logback" % "logback-classic" % "1.2.12",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
Expand Down Expand Up @@ -185,7 +185,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
"ch.qos.logback" % "logback-classic" % "1.2.12",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
)

Expand Down

0 comments on commit 7fbb81d

Please sign in to comment.