Skip to content

Commit

Permalink
Update logback-classic to 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 4, 2025
1 parent 2de9da1 commit 9cb6c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scala_akka_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enablePlugins(AkkaGrpcPlugin)
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.16",
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
"com.typesafe.akka" %% "akka-http-core" % akkaHttpVersion,
Expand Down
2 changes: 1 addition & 1 deletion scala_pekko_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enablePlugins(PekkoGrpcPlugin)
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.13",
"ch.qos.logback" % "logback-classic" % "1.5.16",
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
"org.apache.pekko" %% "pekko-http" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-core" % pekkoHttpVersion,
Expand Down

0 comments on commit 9cb6c62

Please sign in to comment.