From 9a1ac51abcaf9f85aa53e8db3a4413730eaf0693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:38:56 +0000 Subject: [PATCH] build(deps): Bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ed3aa56..4721ed8 100644 --- a/build.gradle +++ b/build.gradle @@ -100,13 +100,13 @@ dependencies { testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.2' // https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'