From 8132b9f0f2934891a3eac6ac3286608b5b805586 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 22:12:42 +0000 Subject: [PATCH] Bump google-cloud-datastore from 1.56.0 to 1.106.2 Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore) from 1.56.0 to 1.106.2. - [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.106.2) 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..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'