From 1897dd68b1ff3085ea9e1cd2df7c9a10fbac4c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 04:21:48 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-engine Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.10.0 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.0...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample-jpa-multiproject/domain/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-jpa-multiproject/domain/build.gradle b/sample-jpa-multiproject/domain/build.gradle index 4d9c6415..d49f8f6a 100644 --- a/sample-jpa-multiproject/domain/build.gradle +++ b/sample-jpa-multiproject/domain/build.gradle @@ -13,8 +13,8 @@ dependencies { implementation project(':sample-jpa-multiproject:common') implementation 'org.datanucleus:datanucleus-accessplatform-jpa-rdbms:6.0.5' implementation 'com.h2database:h2:2.2.224' - testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.4" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.13.4" } tasks.withType(Test) {