From 9e6e146c531f5f9095c7032ad55c600072dd586b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:07:58 +0000 Subject: [PATCH] Bump org.polypheny:polypheny-jdbc-driver from 1.4-SNAPSHOT to 2.2 Bumps [org.polypheny:polypheny-jdbc-driver](https://github.com/polypheny/Polypheny-JDBC-Driver) from 1.4-SNAPSHOT to 2.2. - [Release notes](https://github.com/polypheny/Polypheny-JDBC-Driver/releases) - [Changelog](https://github.com/polypheny/Polypheny-JDBC-Driver/blob/master/CHANGELOG.md) - [Commits](https://github.com/polypheny/Polypheny-JDBC-Driver/commits/v2.2) --- updated-dependencies: - dependency-name: org.polypheny:polypheny-jdbc-driver dependency-type: direct:production ... 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..e0fc7f2 100644 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,7 @@ dependencies { testImplementation group: 'org.apache.calcite', name: 'calcite-core', version: calciteVersion testImplementation group: 'org.apache.calcite', name: 'calcite-core', version: calciteVersion, classifier: 'tests' // - testImplementation group: 'org.polypheny', name: 'polypheny-jdbc-driver', version: '1.4-SNAPSHOT', changing: true /* Requires the repository https://nexus.dmi.unibas.ch/repository/maven2/ */ + testImplementation group: 'org.polypheny', name: 'polypheny-jdbc-driver', version: '2.2', changing: true /* Requires the repository https://nexus.dmi.unibas.ch/repository/maven2/ */ // // ///// //// /// // /