Skip to content

Commit e71d759

Browse files
authored
Merge branch 'main' into cindy/emulatorflag1
2 parents e964ba1 + fa8cea0 commit e71d759

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<dependency>
198198
<groupId>org.easymock</groupId>
199199
<artifactId>easymock</artifactId>
200-
<version>5.4.0</version>
200+
<version>5.5.0</version>
201201
<scope>test</scope>
202202
</dependency>
203203
</dependencies>

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)