From e3fcc62915d57cf3b5085a296ff12e6ec3d85c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:13:18 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d4de6e..06b82f0 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.1.1' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }