From 6cfabffa3d4fc7c6da3980085d06477184797af4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:07:07 +0100 Subject: [PATCH] Upgrade to JUnit Jupiter 5.10.0 Closes gh-36890 --- 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 353e234b6c7..144ff043965 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -734,7 +734,7 @@ bom { ] } } - library("JUnit Jupiter", "5.9.3") { + library("JUnit Jupiter", "5.10.0") { group("org.junit") { imports = [ "junit-bom"