Update junit to 4.13.1 (#29728)

This commit is contained in:
Scala Steward 2020-10-12 13:01:07 +02:00 committed by GitHub
parent 3a03fd5f39
commit cd342ae283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ object Dependencies {
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")
val junitVersion = "4.13"
val junitVersion = "4.13.1"
val slf4jVersion = "1.7.30"
// check agrona version when updating this
val aeronVersion = "1.30.0"