From 30a9424f6c0a4e765c188498337fac90ef75f05f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 03:40:41 +0100 Subject: [PATCH] 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 da44e6becbf..a5c712147c3 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"