From 9d987ce509a0b377a82a4ff27790673069e3d736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:39:11 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 6.0.3 to 6.1.0 Bumps [org.junit.jupiter:junit-jupiter](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 dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0c54859..73bab82 100644 --- a/src/build.gradle +++ b/src/build.gradle @@ -36,7 +36,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-databind' api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }