From 179414c7f3f6a9a4afc08519baf86845192a8bbc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 09:42:29 +0100 Subject: [PATCH] Upgrade to JUnit Jupiter 5.8.2 Closes gh-29227 --- 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 ff1ffcf183..7948db817d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("JUnit Jupiter", "5.8.1") { + library("JUnit Jupiter", "5.8.2") { group("org.junit") { imports = [ "junit-bom"