From dcbdd0afbad027f0510ff75c76604ba2f742f336 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:32 +0000 Subject: [PATCH] Upgrade to JUnit 4.13 Closes gh-19919 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6c128dff1e5..8240562fd52 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -935,7 +935,7 @@ bom { ] } } - library("JUnit", "4.12") { + library("JUnit", "4.13") { group("junit") { modules = [ "junit"