Skip to content

Commit

Permalink
bump: logback-classic 1.5.3 (was 1.2.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 5e95b55 commit b8e5830
Show file tree
Hide file tree
Showing 3 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.13</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>com.lightbend.akka.management</groupId>
Expand Down
2 changes: 1 addition & 1 deletion native-image-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies ++= Seq(
"com.lightbend.akka.discovery" %% "akka-discovery-kubernetes-api" % akkaManagementVersion,
"com.lightbend.akka.management" %% "akka-lease-kubernetes" % akkaManagementVersion,
"com.lightbend.akka.management" %% "akka-rolling-update-kubernetes" % akkaManagementVersion,
"ch.qos.logback" % "logback-classic" % "1.2.13"
"ch.qos.logback" % "logback-classic" % "1.5.3"
)

// useful for investigations: sbt nativeImageRunAgent
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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.13",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
Expand Down Expand Up @@ -174,7 +174,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.13",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
)

Expand Down

0 comments on commit b8e5830

Please sign in to comment.