From e6916f574bf68e00bacc4a015879570554c7dec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:01:04 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.2 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b55865b..c1305f2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ dependencies { testImplementation("org.assertj:assertj-db:" + project.getProperty('assertjDbVersion')) testImplementation('junit:junit:4.13.2') - testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2") testImplementation("org.junit.jupiter:junit-jupiter-params") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") }