From 8fc350ad76c554638f14c852da165d7668219800 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:04 +0200 Subject: [PATCH] Upgrade to JUnit 4.13.1 Closes gh-23655 --- 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 d151f610c79..e8c5ffcb664 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -877,7 +877,7 @@ bom { ] } } - library("JUnit", "4.13") { + library("JUnit", "4.13.1") { group("junit") { modules = [ "junit"