From b3f8172e281717ca288c4098d5fb280e6ac23fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:46:27 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api in /kotlin-project Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- kotlin-project/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin-project/build.gradle.kts b/kotlin-project/build.gradle.kts index a367ba0..10a0d97 100644 --- a/kotlin-project/build.gradle.kts +++ b/kotlin-project/build.gradle.kts @@ -12,6 +12,6 @@ kotlin { dependencies { // unit tests - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3") }