Skip to content

Commit ba8f52b

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents f7a0be9 + 56028d0 commit ba8f52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.google.cloud</groupId>
186186
<artifactId>google-cloud-datastore-utils</artifactId>
187-
<version>2.29.1</version><!-- {x-version-update:google-cloud-datastore-utils:current} -->
187+
<version>2.29.2</version><!-- {x-version-update:google-cloud-datastore-utils:current} -->
188188
</dependency>
189189
<dependency>
190190
<groupId>com.google.cloud.datastore</groupId>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-datastore</artifactId>
32-
<version>2.29.1</version>
32+
<version>2.29.2</version>
3333
</dependency>
3434
<!-- [END datastore_install_without_bom] -->
3535

0 commit comments

Comments
 (0)