diff --git a/build.gradle b/build.gradle index 1ebdc33..1e2a1f0 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testCompile 'junit:junit:4.12' implementation 'junit:junit:4.12' implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0' - implementation 'com.google.cloud:google-cloud-datastore:1.56.0' + implementation 'com.google.cloud:google-cloud-datastore:1.106.2' implementation 'com.auth0:java-jwt:3.7.0' // https://mvnrepository.com/artifact/com.googlecode.objectify/objectify implementation group: 'com.googlecode.objectify', name: 'objectify', version: '6.0.2'