From 131318caa9de889d4f98646be04a3521850cb1fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:57:23 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a25394b..562db0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,8 +17,8 @@ dependencies { implementation("org.jgrapht:jgrapht-core:1.5.2") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") } java {