Skip to content

Commit

Permalink
Update logback-classic to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-digital-archiving-jenkins committed Dec 4, 2023
1 parent 9ac0507 commit f09724a
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 @@ -13,7 +13,7 @@ object Dependencies {
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.353"
lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
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 logstashLogbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.30"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
Expand Down

0 comments on commit f09724a

Please sign in to comment.