Skip to content

Commit

Permalink
Bump prism api version
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed May 10, 2024
1 parent eec04b4 commit 0b642f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def protobufVersion = "3.23.4"

dependencies {
// Prism API files (protobuf files), needs to be implementation due to the prism-api-version.properties
implementation group: 'org.polypheny', name: 'prism', version: '1.2'
implementation group: 'org.polypheny', name: 'prism', version: '1.3'

// Protobuf
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: protobufVersion
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/org/polypheny/jdbc/QueryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ public class QueryTest {
private static final String MQL_LANGUAGE_NAME = "mongo";
private static final String TEST_QUERY = "db.customers.find({});";


@BeforeAll
public static void setup() throws SQLException, ClassNotFoundException {
TestHelper.insertTestData();
}


@Test
public void thisOneWorks() throws SQLException {
try (
Expand Down

0 comments on commit 0b642f6

Please sign in to comment.