Skip to content

Commit e551f24

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-firestore to v3.20.1 (#1654)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-firestore](https://togithub.com/googleapis/java-firestore) | `3.20.0` -> `3.20.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-firestore/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-firestore/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-firestore/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-firestore/3.20.0/3.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-firestore (com.google.cloud:google-cloud-firestore)</summary> ### [`v3.20.1`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#3201-2024-04-18) ##### Dependencies - Update beam.version to v2.55.1 ([#&#8203;1643](https://togithub.com/googleapis/java-firestore/issues/1643)) ([88ce6c3](https://togithub.com/googleapis/java-firestore/commit/88ce6c3c1855c527243fcdf236d8210e8ecb3610)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-firestore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent cd3a99f commit e551f24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-firestore</artifactId>
45-
<version>3.20.0</version>
45+
<version>3.20.1</version>
4646
</dependency>
4747

4848
```

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-firestore</artifactId>
33-
<version>3.20.0</version>
33+
<version>3.20.1</version>
3434
</dependency>
3535
<!-- [END firestore_install_without_bom] -->
3636

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-firestore</artifactId>
32-
<version>3.20.0</version>
32+
<version>3.20.1</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)