From 032cb66b64e1939360396c1adf08777898db243a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:40:51 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 6.1.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.0...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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2d2f1ba..896a648 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.2.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'