From f66cb18c508e6d1a6028336c7060c9bf73e53885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:53:25 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 Bumps [org.junit.jupiter:junit-jupiter-api](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-api dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46e1461..31358a8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,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.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0") testImplementation("org.junit.jupiter:junit-jupiter-params") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") }