Skip to content

Commit

Permalink
chore: update logback-core from 1.5.12 to 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Dec 23, 2024
1 parent e07b139 commit 756c43d
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.1.0"),
libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.1.0.202411261347-r", // sbt-scalafix
"ch.qos.logback" % "logback-core" % "1.5.12", // sbt-sonatype
"ch.qos.logback" % "logback-core" % "1.5.15", // sbt-sonatype
"com.google.guava" % "guava" % "33.4.0-jre", // sbt-sonatype
"org.apache.httpcomponents" % "httpclient" % "4.5.14" // sbt-sonatype
)
Expand Down

0 comments on commit 756c43d

Please sign in to comment.