diff --git a/build.gradle b/build.gradle index 059f5dd..8ab6655 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.3' 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