From 8de41b43ae0b671e0da2ccfdac14859c593a7b13 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 May 2023 15:46:42 +0100 Subject: [PATCH] Upgrade to JUnit Jupiter 5.9.3 Closes gh-35279 --- 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 c071bd4a655..4b7326365dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -729,7 +729,7 @@ bom { ] } } - library("JUnit Jupiter", "5.9.2") { + library("JUnit Jupiter", "5.9.3") { group("org.junit") { imports = [ "junit-bom"