From add39f834c4895839af9b489035bc2846d41e9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:57:08 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ccd249d..e2352a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - val junitVersion = "5.11.3" + val junitVersion = "5.11.4" implementation("commons-io:commons-io:2.18.0") implementation("com.auth0:java-jwt:4.3.0")