From 52d578f3a1f98ef3bec25e2a7de51ebcfd5f314d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 13:22:05 +0000 Subject: [PATCH] Upgrade to JUnit Jupiter 5.9.2 Closes gh-33800 --- 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 2ac54f1d989..9cd8bca8200 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -707,7 +707,7 @@ bom { ] } } - library("JUnit Jupiter", "5.9.1") { + library("JUnit Jupiter", "5.9.2") { group("org.junit") { imports = [ "junit-bom"