From 6efa675c8aae286921eae01ac07f0791cbf5c715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 04:02:14 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-api in /sample-jdo Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.10.0...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample-jdo/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-jdo/build.gradle b/sample-jdo/build.gradle index d40d557a..2f350f61 100644 --- a/sample-jdo/build.gradle +++ b/sample-jdo/build.gradle @@ -12,8 +12,8 @@ sourceCompatibility = 1.8 dependencies { implementation 'org.datanucleus:datanucleus-accessplatform-jdo-rdbms:6.0.5' implementation 'com.h2database:h2:2.4.240' - 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:6.0.3" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.3" } tasks.withType(Test) {