Skip to content

Commit ec69071

Browse files
committed
Downgrading mongodb version, to make it "buildable" for java8
1 parent 7e97705 commit ec69071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies {
110110
// api "com.hazelcast:hazelcast-client:3.11.4"
111111

112112
// Mongo DB
113-
api 'org.mongodb:mongodb-driver-sync:4.6.0'
113+
api 'org.mongodb:mongodb-driver-sync:4.3.4'
114114

115115
// PostgresSQL library
116116
api "org.postgresql:postgresql:42.2.5"

0 commit comments

Comments
 (0)