From f6ecdd11cb4b5fc9c880e4a7add9f639a1539d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:34:09 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.0...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b6de740..d6f0325 100644 --- a/build.gradle +++ b/build.gradle @@ -215,8 +215,8 @@ subprojects { implementation project(':core') } - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' } }