From 9a87d2b92022ccc7ac35e0ab751289b9778412b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:37:55 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.11.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ec55afe..62dd785 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ repositories { dependencies { api("org.javassist:javassist:3.30.2-GA") compileOnlyApi("org.jetbrains:annotations:24.1.0") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") // performance comparison with other libraries