Skip to content

Commit

Permalink
Merge pull request #85 from nationalarchives/update/logback-classic-1…
Browse files Browse the repository at this point in the history
….4.14

Update logback-classic to 1.4.14
  • Loading branch information
TomJKing authored Dec 8, 2023
2 parents 52dea6d + bc56341 commit 40453aa
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 @@ -15,7 +15,7 @@ object Dependencies {
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.13"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
lazy val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val typesafe = "com.typesafe" % "config" % "1.4.3"
lazy val testContainer = "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainersVersion
Expand Down

0 comments on commit 40453aa

Please sign in to comment.