Update junit to 4.13.2 (#30099)

This commit is contained in:
Scala Steward 2021-03-30 23:29:37 +02:00 committed by GitHub
parent c5655a9ce6
commit 4ff77b813e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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