Skip to content

Commit

Permalink
chore: update logback-core from 1.5.8 to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Oct 14, 2024
1 parent f162b78 commit 54d4b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/PluginDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object PluginDependencies {
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"),
libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.0.0.202409031743-r", // sbt-scalafix
"ch.qos.logback" % "logback-core" % "1.5.8", // sbt-sonatype
"ch.qos.logback" % "logback-core" % "1.5.10", // sbt-sonatype
"com.google.guava" % "guava" % "33.3.1-jre", // sbt-sonatype
"org.apache.httpcomponents" % "httpclient" % "4.5.14" // sbt-sonatype
)
Expand Down

0 comments on commit 54d4b62

Please sign in to comment.