Skip to content

Commit de563d7

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents da1ee28 + fa8cea0 commit de563d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.52.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.53.0')
5353
5454
implementation 'com.google.cloud:google-cloud-datastore'
5555
```

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.51.1
2-
googleapis_commitish: 8c9639ac76d6f08df5b3c2c0aa759cab126bbba5
3-
libraries_bom_version: 26.52.0
2+
googleapis_commitish: e9a4c38a81933108eaa6ac96c7ead31e253c8c64
3+
libraries_bom_version: 26.53.0
44
libraries:
55
- api_shortname: datastore
66
name_pretty: Cloud Datastore

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>libraries-bom</artifactId>
33-
<version>26.52.0</version>
33+
<version>26.53.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)