From 038ee358bb7e0a994598d20351102f6c7e3ded7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:06:32 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.6.2 to 5.11.0 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.6.2 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter 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 059f5dd..bc23ca4 100644 --- a/build.gradle +++ b/build.gradle @@ -185,7 +185,7 @@ dependencies { // // ///// //// /// // / // TESTING (Eclipse Public License 2.0) - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.6.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.11.0' testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2' // Apache Calcite (Apache 2.0) testImplementation group: 'org.apache.calcite', name: 'calcite-core', version: calciteVersion