From 40dfb648a49b9bbef3970e8db0a0ecd8465bf530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:49:24 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 6.0.1 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.1 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..7c08624 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.1' } tasks.named('processResources', ProcessResources) {