From 05c8fe2ca1e344dfd55b81fa1564dbb5581ccf26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:02:23 +0000 Subject: [PATCH] chore(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.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] --- sample-jpa-multiproject/common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-jpa-multiproject/common/build.gradle b/sample-jpa-multiproject/common/build.gradle index 6df65690..54c2bad2 100644 --- a/sample-jpa-multiproject/common/build.gradle +++ b/sample-jpa-multiproject/common/build.gradle @@ -8,8 +8,8 @@ version '2.0.0' sourceCompatibility = 1.8 dependencies { - testImplementation "org.junit.jupiter:junit-jupiter-api:6.0.3" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.3" + testImplementation "org.junit.jupiter:junit-jupiter-api:6.1.0" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.1.0" } tasks.withType(Test) {