From 702cbb298dd234b0b7f6c4b942fc5f0f5b307936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 12:03:32 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 in /core Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 85ea624..0f8cab4 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -11,11 +11,11 @@ repositories { dependencies { // Source: https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0") // Source: https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") // Source: https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") + testImplementation("org.junit.jupiter:junit-jupiter-engine:6.1.0") testImplementation("org.junit.platform:junit-platform-launcher:6.0.3") testImplementation("org.mockito:mockito-core:5.23.0")