From 48f8ec1f0393710dba933c031973e0cd81d30191 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 12:51:46 +0000 Subject: [PATCH] Upgrade to JUnit 4.13.2 Closes gh-25329 --- 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 65b000c1100..caf11f50655 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -950,7 +950,7 @@ bom { ] } } - library("JUnit", "4.13.1") { + library("JUnit", "4.13.2") { group("junit") { modules = [ "junit"