From 3dd1eed1197f7cd858417e6a8a86ac6b692cba65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:50:51 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.2 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a25394b..14b5f4b 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.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") } java {