File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
google-cloud-firestore-bom Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 shell : bash
1515 run : .kokoro/build.sh
1616 - name : Unmanaged dependency check
17- uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.28.1
17+ uses : googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.29.0
1818 with :
1919 bom-path : google-cloud-firestore-bom/pom.xml
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.28.1 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.29.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change 33# Configure the docker image for kokoro-trampoline.
44env_vars: {
55 key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.28.1 "
6+ value: " gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.29.0 "
77}
88
99env_vars: {
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-firestore:3.20.0 '
60+ implementation 'com.google.cloud:google-cloud-firestore:3.20.1 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.20.0 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.20.1 "
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.20.0
225+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.20.1
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
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.google.cloud</groupId >
1010 <artifactId >sdk-platform-java-config</artifactId >
11- <version >3.28.1 </version >
11+ <version >3.29.0 </version >
1212 </parent >
1313
1414 <name >Google Cloud Firestore BOM</name >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.google.cloud</groupId >
1616 <artifactId >sdk-platform-java-config</artifactId >
17- <version >3.28.1 </version >
17+ <version >3.29.0 </version >
1818 </parent >
1919
2020 <developers >
You can’t perform that action at this time.
0 commit comments