diff --git a/build.gradle b/build.gradle index 1c8f1858..87e611b6 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ java { } ext { - junitVersion = '5.11.3' - junitPlatformVersion = '1.11.3' + junitVersion = '5.11.4' + junitPlatformVersion = '1.11.4' log4jVersion = '2.24.3' testcontainers = '1.17.5' cxfVersion = '3.6.5'