Skip to content

Commit 695b088

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-datastore to v1.103.0 (GoogleCloudPlatform#3026)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-datastore](https://togithub.com/googleapis/java-datastore) | minor | `1.102.4` -> `1.103.0` | --- ### 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#GoogleCloudPlatform/java-docs-samples).
1 parent 376ff15 commit 695b088

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datastore/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-datastore</artifactId>
42-
<version>1.102.4</version>
42+
<version>1.103.0</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->

datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-datastore</artifactId>
47-
<version>1.102.4</version>
47+
<version>1.103.0</version>
4848
</dependency>
4949

5050
<!-- Test dependencies -->

flexible/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
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.102.4</version>
72+
<version>1.103.0</version>
7373
</dependency>
7474

7575
<!-- Test Dependencies -->

flexible/sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
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.102.4</version>
67+
<version>1.103.0</version>
6868
</dependency>
6969
</dependencies>
7070
<build>

0 commit comments

Comments
 (0)