From f1a07ca6dd78b968488ab014dccbfed2c2e3be6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:05:19 +0000 Subject: [PATCH] chore(deps): update junit5 monorepo to v5.10.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 921a95e4..609f6bf1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:1.4.14") // JUnit API and testing engine - val jUnitVersion = "5.10.1" + val jUnitVersion = "5.10.2" // when dependencies share the same version, grouping in a val helps to keep them in sync testImplementation("org.junit.jupiter:junit-jupiter-api:$jUnitVersion") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jUnitVersion")