Skip to content

Commit 165bcbf

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-datastore to v1.105.0 (GoogleCloudPlatform#3754)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-datastore](https://togithub.com/googleapis/java-datastore) | minor | `1.104.0` -> `1.105.0` | --- ### Release Notes <details> <summary>googleapis/java-datastore</summary> ### [`v1.105.0`](https://togithub.com/googleapis/java-datastore/blob/master/CHANGELOG.md#&#8203;11050-httpswwwgithubcomgoogleapisjava-datastorecomparev11040v11050-2020-09-01) [Compare Source](https://togithub.com/googleapis/java-datastore/compare/v1.104.0...v1.105.0) ##### Features - **deps:** adopt flatten plugin and google-cloud-shared-dependencies ([#&GoogleCloudPlatform#8203;174](https://www.github.com/googleapis/java-datastore/issues/174)) ([8618c18](https://www.github.com/googleapis/java-datastore/commit/8618c1848e71424fa164fee9d8b7b53641b6b823)) ##### Bug Fixes - query result start with startCursor if specified ([#&GoogleCloudPlatform#8203;207](https://www.github.com/googleapis/java-datastore/issues/207)) ([023229a](https://www.github.com/googleapis/java-datastore/commit/023229a15edbbe773bd03410ed0784aba248ad6e)) ##### Dependencies - remove direct declaration of google-auth-library-oauth2-http ([#&GoogleCloudPlatform#8203;184](https://www.github.com/googleapis/java-datastore/issues/184)) ([4fa4df4](https://www.github.com/googleapis/java-datastore/commit/4fa4df40d63d7fbce023d6231830dcc296c29dd1)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.2 ([#&GoogleCloudPlatform#8203;187](https://www.github.com/googleapis/java-datastore/issues/187)) ([941bea0](https://www.github.com/googleapis/java-datastore/commit/941bea016f1ce4e1c1fd027b1671f950e9c52160)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.3 ([#&GoogleCloudPlatform#8203;191](https://www.github.com/googleapis/java-datastore/issues/191)) ([a89eb08](https://www.github.com/googleapis/java-datastore/commit/a89eb08be1cd9689d38b8b67c472cc928e3549c1)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.4 ([#&GoogleCloudPlatform#8203;196](https://www.github.com/googleapis/java-datastore/issues/196)) ([7214e0a](https://www.github.com/googleapis/java-datastore/commit/7214e0ae224633e2effc023d10494e0164a8f9dc)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.6 ([#&GoogleCloudPlatform#8203;199](https://www.github.com/googleapis/java-datastore/issues/199)) ([6a959d3](https://www.github.com/googleapis/java-datastore/commit/6a959d3f7ca75ba5da1d1c4cb509593d3be39e98)) - update dependency com.google.oauth-client:google-oauth-client to v1.31.0 ([#&GoogleCloudPlatform#8203;186](https://www.github.com/googleapis/java-datastore/issues/186)) ([16bfb9a](https://www.github.com/googleapis/java-datastore/commit/16bfb9a0127f4969a796ad95cc11cf2b8b92d0f3)) ##### Documentation - libraries-bom 8.1.0 ([#&GoogleCloudPlatform#8203;200](https://www.github.com/googleapis/java-datastore/issues/200)) ([9425972](https://www.github.com/googleapis/java-datastore/commit/9425972905d1e370192eeb3bbfe837f5a7fb25cf)) - update libraries-bom ([#&GoogleCloudPlatform#8203;211](https://www.github.com/googleapis/java-datastore/issues/211)) ([9407c4a](https://www.github.com/googleapis/java-datastore/commit/9407c4afec3de6e18c96c24872269e61c8ad40fb)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent a9c7f02 commit 165bcbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flexible/pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-datastore</artifactId>
72-
<version>1.104.0</version>
72+
<version>1.105.0</version>
7373
</dependency>
7474

7575
<!-- Test Dependencies -->

flexible/sparkjava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ limitations under the License.
6464
<dependency>
6565
<groupId>com.google.cloud</groupId>
6666
<artifactId>google-cloud-datastore</artifactId>
67-
<version>1.104.0</version>
67+
<version>1.105.0</version>
6868
</dependency>
6969
</dependencies>
7070
<build>

0 commit comments

Comments
 (0)