Update to logback 1.2.9, and Paradox 0.41 (#31006)

This commit is contained in:
Patrik Nordwall 2021-12-20 11:17:56 +01:00 committed by GitHub
parent a2293c4d17
commit a94e692463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ object Dependencies {
val agronaVersion = "1.14.0"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.8"
val logbackVersion = "1.2.9"
val jacksonVersion = "2.11.4"

View file

@ -15,7 +15,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.40")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.41")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")