From 06c9b4998f396f54af409db35962f409efc5687b Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 29 Sep 2024 08:57:48 +0200 Subject: [PATCH] update Junit to 5.11.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e5b58c2..4aca4e9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ ext { version_log4j2= '2.20.0' // keep in sync with spring-boot-starter-log4j2 version_spring = '3.3.4' - version_junit = '5.10.3' - version_junit_platform = '1.10.3' + version_junit = '5.11.1' + version_junit_platform = '1.11.1' version_nodejs = '20.17.0' // keep in sync with npm version_npm = '10.8.2' // keep in sync with nodejs