From 4769889c6b8f3c47b0057a70ce0a8989921ed9d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 03:41:23 +0100 Subject: [PATCH] Upgrade to JUnit 4.13.1 Closes gh-23876 --- 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 a5c712147c..a9d6293f0d 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.13") { + library("JUnit", "4.13.1") { group("junit") { modules = [ "junit"