From c7c0405bfc0a7f91d68dcc2d0662da5eeb4a1b30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:57:13 +0000 Subject: [PATCH] Update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b9fa553..f456410 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("org.jetbrains:annotations:26.0.2") // JUnit and SLF4J for testing - testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.0-SNAPSHOT") + testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.2") testImplementation("org.junit.platform:junit-platform-launcher:1.13.0-SNAPSHOT") testImplementation("org.slf4j:slf4j-jdk14:2.0.17") testImplementation("org.assertj:assertj-core:3.27.3")