From 92c82a4f5466a9892e1770e261eebc9a3d6ddc7f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:19 +0000 Subject: [PATCH] Upgrade to JUnit 4.13.2 Closes gh-25335 --- 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 1d86802432..af2164146c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -939,7 +939,7 @@ bom { ] } } - library("JUnit", "4.13.1") { + library("JUnit", "4.13.2") { group("junit") { modules = [ "junit"