From 723bdc77a504d52e921e27e263284f731c8c2967 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:23 +0000 Subject: [PATCH] Upgrade to JUnit Jupiter 5.7.1 Closes gh-25241 --- 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 923700bcad2..d10dc26bfce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -956,7 +956,7 @@ bom { ] } } - library("JUnit Jupiter", "5.7.0") { + library("JUnit Jupiter", "5.7.1") { group("org.junit") { imports = [ "junit-bom"