Skip to content

Commit

Permalink
[WOR-1212] Update logback-classic from 1.4.9 to 1.4.11 (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot authored Aug 25, 2023
1 parent 986159f commit 1d888fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object Dependencies {
val webjarsLocator: ModuleID = "org.webjars" % "webjars-locator" % "0.46"
val commonsJEXL: ModuleID = "org.apache.commons" % "commons-jexl" % "2.1.1"
val cats: ModuleID = "org.typelevel" %% "cats-core" % "2.9.0"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.4.9"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.4.11"
val scalaUri: ModuleID = "io.lemonlabs" %% "scala-uri" % "3.0.0"
val scalatest: ModuleID = "org.scalatest" %% "scalatest" % "3.2.15" % "test"
val mockito: ModuleID = "org.scalatestplus" %% "mockito-4-2" % "3.2.11.0" % Test
Expand Down

0 comments on commit 1d888fc

Please sign in to comment.