From d91e8fb0ceb450c00aaab454b959b27328db6e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 04:01:14 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter-engine in /sample-jdo Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample-jdo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-jdo/build.gradle b/sample-jdo/build.gradle index 5e9d3505..4a74f543 100644 --- a/sample-jdo/build.gradle +++ b/sample-jdo/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.datanucleus:datanucleus-accessplatform-jdo-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" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1" } tasks.withType(Test) {