From a40466cac1d117dde66c5fe9bddd5a19b62dc827 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 3 Jan 2020 09:16:53 +0100 Subject: [PATCH] Update junit to 4.13 (#28435) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d5d505132c..f5e63fa44a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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"