Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit d8dcd5b

Browse files
deps: update beam.version to v2.57.0 (#1715)
* deps: update beam.version to v2.57.0 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 81efd37 commit d8dcd5b

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-firestore:3.21.4'
60+
implementation 'com.google.cloud:google-cloud-firestore:3.21.5'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.21.4"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.21.5"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -222,7 +222,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
222222
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-firestore/java11.html
223223
[stability-image]: https://img.shields.io/badge/stability-stable-green
224224
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-firestore.svg
225-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.21.4
225+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.21.5
226226
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
227227
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
228228
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

β€Žsamples/install-without-bom/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
23-
<beam.version>2.56.0</beam.version>
23+
<beam.version>2.57.0</beam.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
</properties>
2626

β€Žsamples/native-image-sample/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2323
<!-- Java 8 because the Kokoro Sample test uses that Java version -->
2424
<maven.compiler.target>1.8</maven.compiler.target>
2525
<maven.compiler.source>1.8</maven.compiler.source>
26-
<beam.version>2.56.0</beam.version>
26+
<beam.version>2.57.0</beam.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
</properties>
2929

β€Žsamples/snapshot/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<beam.version>2.56.0</beam.version>
24+
<beam.version>2.57.0</beam.version>
2525
</properties>
2626

2727
<!-- {x-version-update-start::current} -->

β€Žsamples/snippets/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<beam.version>2.56.0</beam.version>
24+
<beam.version>2.57.0</beam.version>
2525
<!-- Define a default empty value property which can be overridden on the command line if
2626
necessary by passing `-Dfirestore.project.id="some-id"` when running maven exec -->
2727
<firestore.project.id/>

0 commit comments

Comments
Β (0)