Skip to content

Commit

Permalink
Merge pull request #18 from guardian/lp-update-logback-classic-1.2.13
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.13
  • Loading branch information
LAKSHMIRPILLAI authored Apr 17, 2024
2 parents 2f71f93 + f6063a2 commit 4e7c275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file("."))
.settings(
name := "zuora-invoice-write-offs",
scalaVersion := "2.13.10",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.7",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.13",
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
libraryDependencies += "io.kontainers" %% "purecsv" % "1.3.10",
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "4.10.0",
Expand Down

0 comments on commit 4e7c275

Please sign in to comment.