Skip to content

Commit

Permalink
Bump org.polypheny:polypheny-jdbc-driver from 1.4-SNAPSHOT to 2.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent c9b3dcc commit 9e6e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/ */

//
// ///// //// /// // /
Expand Down

0 comments on commit 9e6e146

Please sign in to comment.