From 5034c98d07cce58d61120c50b18079461d140ae0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 22:12:48 +0000 Subject: [PATCH] Bump google-cloud-datastore from 1.56.0 to 1.105.0 Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 1.56.0 to 1.105.0. - [Release notes](https://github.com/googleapis/java-datastore/releases) - [Changelog](https://github.com/googleapis/java-datastore/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-datastore/compare/1.56.0...v1.105.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ebdc33..8d00b2d 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.105.0' 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'