Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update generation configuration at Sat Oct 5 02:24:46 UTC 2024 #1859

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-firestore</artifactId>
<version>3.26.4</version>
<version>3.26.5</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.47.0')
implementation platform('com.google.cloud:libraries-bom:26.48.0')

implementation 'com.google.cloud:google-cloud-firestore'
```
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.46.1
googleapis_commitish: ce31830ddebce4442c987c7e5daff16d4905f7a3
libraries_bom_version: 26.47.0
googleapis_commitish: 1f8352cf46df74d7db6fd544181655c590689b8c
libraries_bom_version: 26.48.0
libraries:
- api_shortname: firestore
name_pretty: Cloud Firestore
Expand Down