From 6ac2a907107dbe1d8d8db7b1d5bbf5d2f6d11080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 06:21:15 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 6.0.2 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.gradle b/src/build.gradle index 6b5161a..80451e2 100644 --- a/src/build.gradle +++ b/src/build.gradle @@ -35,7 +35,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-databind:2.20' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' } tasks.named('processResources', ProcessResources) {