Navigation Menu

Skip to content

Commit

Permalink
Fix mongodb version to go along with code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed Jun 23, 2020
1 parent f23f072 commit 3d8c067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-client/build.gradle
Expand Up @@ -19,7 +19,7 @@ apply from: symAssembleDir + '/common.gradle'
compileOnly "org.apache.derby:derby:$derbyVersion"
compileOnly "org.hsqldb:hsqldb:$hsqldbVersion"
compileOnly "org.xerial:sqlite-jdbc:$sqliteVersion"
compileOnly "org.mongodb:mongo-java-driver:2.12.3"
compileOnly "org.mongodb:mongodb-driver:3.12.5"

compileOnly ("org.apache.hbase:hbase-client:1.3.6") {
exclude group: 'log4j'
Expand Down

0 comments on commit 3d8c067

Please sign in to comment.