Skip to content

Commit

Permalink
bump: logback-classic 1.4.14 (was 1.2.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 20, 2024
1 parent ae1af47 commit 1e836ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.14</version>
</dependency>
<dependency>
<groupId>com.lightbend.akka.management</groupId>
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.4.14",
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
Expand Down Expand Up @@ -166,7 +166,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.4.14",
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
)

Expand Down

0 comments on commit 1e836ef

Please sign in to comment.