From 30a9424f6c0a4e765c188498337fac90ef75f05f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 03:40:41 +0100 Subject: [PATCH 1/2] Upgrade to JUnit Jupiter 5.6.3 Closes gh-23915 --- 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 da44e6becb..a5c712147c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -942,7 +942,7 @@ bom { ] } } - library("JUnit Jupiter", "5.6.2") { + library("JUnit Jupiter", "5.6.3") { group("org.junit") { imports = [ "junit-bom" From 4769889c6b8f3c47b0057a70ce0a8989921ed9d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 03:41:23 +0100 Subject: [PATCH 2/2] 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"