Update junit to 4.13 (#28435)

This commit is contained in:
Scala Steward 2020-01-03 09:16:53 +01:00 committed by Johan Andrén
parent 90eac0f103
commit a40466cac1

View file

@ -14,7 +14,7 @@ object Dependencies {
lazy val scalaCheckVersion = settingKey[String]("The version of ScalaCheck to use.")
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")
val junitVersion = "4.12"
val junitVersion = "4.13"
val slf4jVersion = "1.7.29"
// check agrona version when updating this
val aeronVersion = "1.24.0"