Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 58557bb commit 5410a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ val `api-server` = (project in file("api-server"))
)
),
"org.slf4j" % "jul-to-slf4j" % "1.7.26",
"ch.qos.logback" % "logback-classic" % "1.2.11"
"ch.qos.logback" % "logback-classic" % "1.4.7"
)
)

Expand Down Expand Up @@ -121,7 +121,7 @@ lazy val `gatling-aggregate-runner` =
dockerUpdateLatest := true,
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.36",
"ch.qos.logback" % "logback-classic" % "1.2.11",
"ch.qos.logback" % "logback-classic" % "1.4.7",
"org.codehaus.janino" % "janino" % "3.0.6",
"com.iheart" %% "ficus" % "1.4.6",
"com.github.j5ik2o" %% "reactive-aws-ecs-core" % "1.1.3",
Expand Down

0 comments on commit 5410a79

Please sign in to comment.