From e384b3d00fbdf059913957e80a531e0133d1c838 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:40:59 +0100 Subject: [PATCH] Upgrade to JUnit Jupiter 5.6.1 Closes gh-20772 --- 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 5af39d6829..5b2ca7b514 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -960,7 +960,7 @@ bom { ] } } - library("JUnit Jupiter", "5.6.0") { + library("JUnit Jupiter", "5.6.1") { group("org.junit") { imports = [ "junit-bom"