Skip to content

Commit

Permalink
chore: Update logback-classic from 1.4.9 to 1.4.11 (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Aug 10, 2023
1 parent 17b9f64 commit cd9808d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val jsonld4s = "0.12.0"
val log4cats = "2.6.0"
val log4jCore = "2.20.0"
val logback = "1.4.9"
val logback = "1.4.11"
val luceneQueryParser = "9.7.0"
val monocle = "2.1.0"
val owlapi = "5.5.0"
Expand Down
2 changes: 1 addition & 1 deletion token-repository/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name := "token-repository"

Test / fork := true

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.9"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.11"

0 comments on commit cd9808d

Please sign in to comment.