From 346ffd3c21492f29bbf526ede69ac82b075e57df Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 25 Jul 2023 19:00:42 +0000
Subject: [PATCH] chore(main): release 1.17.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
java-private-catalog/README.md | 6 +++---
java-profiler/README.md | 6 +++---
java-publicca/README.md | 6 +++---
java-rapidmigrationassessment/README.md | 6 +++---
java-recaptchaenterprise/README.md | 6 +++---
java-recommendations-ai/README.md | 6 +++---
java-recommender/README.md | 6 +++---
java-redis/README.md | 6 +++---
java-resource-settings/README.md | 6 +++---
java-resourcemanager/README.md | 6 +++---
java-retail/README.md | 6 +++---
java-run/README.md | 6 +++---
java-scheduler/README.md | 6 +++---
java-secretmanager/README.md | 6 +++---
java-security-private-ca/README.md | 6 +++---
java-securitycenter-settings/README.md | 6 +++---
java-securitycenter/README.md | 6 +++---
java-service-control/README.md | 6 +++---
java-service-management/README.md | 6 +++---
java-service-usage/README.md | 6 +++---
java-servicedirectory/README.md | 6 +++---
java-shell/README.md | 6 +++---
java-speech/README.md | 6 +++---
java-storage-transfer/README.md | 6 +++---
java-storageinsights/README.md | 6 +++---
java-talent/README.md | 6 +++---
java-tasks/README.md | 6 +++---
java-texttospeech/README.md | 6 +++---
java-tpu/README.md | 6 +++---
java-trace/README.md | 6 +++---
java-translate/README.md | 6 +++---
java-video-intelligence/README.md | 6 +++---
java-video-live-stream/README.md | 6 +++---
java-video-stitcher/README.md | 6 +++---
java-video-transcoder/README.md | 6 +++---
java-vision/README.md | 6 +++---
java-vmmigration/README.md | 6 +++---
java-vmwareengine/README.md | 6 +++---
java-vpcaccess/README.md | 6 +++---
java-webrisk/README.md | 6 +++---
java-websecurityscanner/README.md | 6 +++---
java-workflow-executions/README.md | 6 +++---
java-workflows/README.md | 6 +++---
java-workstations/README.md | 6 +++---
46 files changed, 140 insertions(+), 133 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 5677a32dbcba..46e7a463695a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.16.0"
+ ".": "1.17.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64e4b6f4ff16..f528732f4985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.17.0](https://github.com/googleapis/google-cloud-java/compare/v1.16.0...v1.17.0) (2023-07-25)
+
+
+### Bug Fixes
+
+* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.25.0 ([#9682](https://github.com/googleapis/google-cloud-java/issues/9682)) ([db953a0](https://github.com/googleapis/google-cloud-java/commit/db953a092872ae404facc386d009f6f19142740a))
+
## [1.16.0](https://github.com/googleapis/google-cloud-java/compare/v1.15.0...v1.16.0) (2023-07-21)
diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md
index c994c0e95a5e..e3e275b73738 100644
--- a/java-private-catalog/README.md
+++ b/java-private-catalog/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-private-catalog
- 0.24.0
+ 0.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-private-catalog:0.24.0'
+implementation 'com.google.cloud:google-cloud-private-catalog:0.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.25.0"
```
diff --git a/java-profiler/README.md b/java-profiler/README.md
index c08ae473d4e7..8603729f5570 100644
--- a/java-profiler/README.md
+++ b/java-profiler/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-profiler
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-profiler:2.22.0'
+implementation 'com.google.cloud:google-cloud-profiler:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.23.0"
```
diff --git a/java-publicca/README.md b/java-publicca/README.md
index c707cba04db1..3c6ace8c1f7f 100644
--- a/java-publicca/README.md
+++ b/java-publicca/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-publicca
- 0.19.0
+ 0.20.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-publicca:0.19.0'
+implementation 'com.google.cloud:google-cloud-publicca:0.20.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.19.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.20.0"
```
diff --git a/java-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md
index 811572961200..a2bec2f75b9f 100644
--- a/java-rapidmigrationassessment/README.md
+++ b/java-rapidmigrationassessment/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-rapidmigrationassessment
- 0.5.0
+ 0.6.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.5.0'
+implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.6.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.5.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.6.0"
```
diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md
index 119a98442f32..b35befeaa2fd 100644
--- a/java-recaptchaenterprise/README.md
+++ b/java-recaptchaenterprise/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-recaptchaenterprise
- 3.19.0
+ 3.20.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.19.0'
+implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.20.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.19.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.20.0"
```
diff --git a/java-recommendations-ai/README.md b/java-recommendations-ai/README.md
index ce789d2d3c73..b48688bcfb4a 100644
--- a/java-recommendations-ai/README.md
+++ b/java-recommendations-ai/README.md
@@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-recommendations-ai
- 0.29.0
+ 0.30.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recommendations-ai:0.29.0'
+implementation 'com.google.cloud:google-cloud-recommendations-ai:0.30.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.29.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.30.0"
```
diff --git a/java-recommender/README.md b/java-recommender/README.md
index 033cb0fb4009..59fd3e3f265a 100644
--- a/java-recommender/README.md
+++ b/java-recommender/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-recommender
- 2.24.0
+ 2.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recommender:2.24.0'
+implementation 'com.google.cloud:google-cloud-recommender:2.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.25.0"
```
diff --git a/java-redis/README.md b/java-redis/README.md
index abfebd2d8b70..44033cf9e891 100644
--- a/java-redis/README.md
+++ b/java-redis/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-redis
- 2.25.0
+ 2.26.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-redis:2.25.0'
+implementation 'com.google.cloud:google-cloud-redis:2.26.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.25.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.26.0"
```
diff --git a/java-resource-settings/README.md b/java-resource-settings/README.md
index 7badbbd1a445..b9a580653396 100644
--- a/java-resource-settings/README.md
+++ b/java-resource-settings/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-resource-settings
- 1.22.0
+ 1.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-resource-settings:1.22.0'
+implementation 'com.google.cloud:google-cloud-resource-settings:1.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.23.0"
```
diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md
index 080138aaa76a..d1bfd7f2d5d2 100644
--- a/java-resourcemanager/README.md
+++ b/java-resourcemanager/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-resourcemanager
- 1.24.0
+ 1.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-resourcemanager:1.24.0'
+implementation 'com.google.cloud:google-cloud-resourcemanager:1.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.25.0"
```
diff --git a/java-retail/README.md b/java-retail/README.md
index a04facdc64fd..85f4e47e8d28 100644
--- a/java-retail/README.md
+++ b/java-retail/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-retail
- 2.24.0
+ 2.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-retail:2.24.0'
+implementation 'com.google.cloud:google-cloud-retail:2.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.25.0"
```
diff --git a/java-run/README.md b/java-run/README.md
index 23fae971684a..b2850eceea08 100644
--- a/java-run/README.md
+++ b/java-run/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-run
- 0.22.0
+ 0.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-run:0.22.0'
+implementation 'com.google.cloud:google-cloud-run:0.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.23.0"
```
diff --git a/java-scheduler/README.md b/java-scheduler/README.md
index 975d58f16212..4a06811506d8 100644
--- a/java-scheduler/README.md
+++ b/java-scheduler/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-scheduler
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-scheduler:2.22.0'
+implementation 'com.google.cloud:google-cloud-scheduler:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.23.0"
```
diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md
index 0b1b3e6935af..0171ce5cb392 100644
--- a/java-secretmanager/README.md
+++ b/java-secretmanager/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-secretmanager
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-secretmanager:2.22.0'
+implementation 'com.google.cloud:google-cloud-secretmanager:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.23.0"
```
diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md
index d12e5c5d894c..73fc0494035d 100644
--- a/java-security-private-ca/README.md
+++ b/java-security-private-ca/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-security-private-ca
- 2.24.0
+ 2.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-security-private-ca:2.24.0'
+implementation 'com.google.cloud:google-cloud-security-private-ca:2.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.25.0"
```
diff --git a/java-securitycenter-settings/README.md b/java-securitycenter-settings/README.md
index 7d7c740b21c5..65b87f75632b 100644
--- a/java-securitycenter-settings/README.md
+++ b/java-securitycenter-settings/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-securitycenter-settings
- 0.25.0
+ 0.26.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.25.0'
+implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.26.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.25.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.26.0"
```
diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md
index 9dd9a384b3c4..370927943f21 100644
--- a/java-securitycenter/README.md
+++ b/java-securitycenter/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-securitycenter
- 2.30.0
+ 2.31.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securitycenter:2.30.0'
+implementation 'com.google.cloud:google-cloud-securitycenter:2.31.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.30.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.31.0"
```
diff --git a/java-service-control/README.md b/java-service-control/README.md
index f84f2f21b339..3229e894d2af 100644
--- a/java-service-control/README.md
+++ b/java-service-control/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-service-control
- 1.22.0
+ 1.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-control:1.22.0'
+implementation 'com.google.cloud:google-cloud-service-control:1.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.23.0"
```
diff --git a/java-service-management/README.md b/java-service-management/README.md
index eaf061599e7f..cfa134847cff 100644
--- a/java-service-management/README.md
+++ b/java-service-management/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-service-management
- 3.20.0
+ 3.21.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-management:3.20.0'
+implementation 'com.google.cloud:google-cloud-service-management:3.21.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.20.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.21.0"
```
diff --git a/java-service-usage/README.md b/java-service-usage/README.md
index e1eb5bca8a25..5328a53e1474 100644
--- a/java-service-usage/README.md
+++ b/java-service-usage/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-service-usage
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-usage:2.22.0'
+implementation 'com.google.cloud:google-cloud-service-usage:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.23.0"
```
diff --git a/java-servicedirectory/README.md b/java-servicedirectory/README.md
index 13637f81f24a..80feaec93748 100644
--- a/java-servicedirectory/README.md
+++ b/java-servicedirectory/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-servicedirectory
- 2.23.0
+ 2.24.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-servicedirectory:2.23.0'
+implementation 'com.google.cloud:google-cloud-servicedirectory:2.24.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.23.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.24.0"
```
diff --git a/java-shell/README.md b/java-shell/README.md
index e3fb46d10c9d..d9a5d872dfa2 100644
--- a/java-shell/README.md
+++ b/java-shell/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-shell
- 2.21.0
+ 2.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-shell:2.21.0'
+implementation 'com.google.cloud:google-cloud-shell:2.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.21.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.22.0"
```
diff --git a/java-speech/README.md b/java-speech/README.md
index 76797d27b0ec..6dc6c1379af7 100644
--- a/java-speech/README.md
+++ b/java-speech/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-speech
- 4.17.0
+ 4.18.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-speech:4.17.0'
+implementation 'com.google.cloud:google-cloud-speech:4.18.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.17.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.18.0"
```
diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md
index 23fdc05cff68..877b7794858d 100644
--- a/java-storage-transfer/README.md
+++ b/java-storage-transfer/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage-transfer
- 1.22.0
+ 1.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storage-transfer:1.22.0'
+implementation 'com.google.cloud:google-cloud-storage-transfer:1.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.23.0"
```
diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md
index 91c18c78efd3..ee0f4d7d9c70 100644
--- a/java-storageinsights/README.md
+++ b/java-storageinsights/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storageinsights
- 0.7.0
+ 0.8.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storageinsights:0.7.0'
+implementation 'com.google.cloud:google-cloud-storageinsights:0.8.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.7.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.8.0"
```
diff --git a/java-talent/README.md b/java-talent/README.md
index c381f0584abf..4d7d7996a061 100644
--- a/java-talent/README.md
+++ b/java-talent/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-talent
- 2.23.0
+ 2.24.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-talent:2.23.0'
+implementation 'com.google.cloud:google-cloud-talent:2.24.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.23.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.24.0"
```
diff --git a/java-tasks/README.md b/java-tasks/README.md
index 65c5f275f96f..ac50ae486680 100644
--- a/java-tasks/README.md
+++ b/java-tasks/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-tasks
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-tasks:2.22.0'
+implementation 'com.google.cloud:google-cloud-tasks:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.23.0"
```
diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md
index 8bdb54e2db6c..8b15cdfc3e00 100644
--- a/java-texttospeech/README.md
+++ b/java-texttospeech/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-texttospeech
- 2.23.0
+ 2.24.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-texttospeech:2.23.0'
+implementation 'com.google.cloud:google-cloud-texttospeech:2.24.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.23.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.24.0"
```
diff --git a/java-tpu/README.md b/java-tpu/README.md
index f33d60beef53..04cb438cf04f 100644
--- a/java-tpu/README.md
+++ b/java-tpu/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-tpu
- 2.23.0
+ 2.24.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-tpu:2.23.0'
+implementation 'com.google.cloud:google-cloud-tpu:2.24.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.23.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.24.0"
```
diff --git a/java-trace/README.md b/java-trace/README.md
index d099714dd9d9..e19171377156 100644
--- a/java-trace/README.md
+++ b/java-trace/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-trace
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-trace:2.22.0'
+implementation 'com.google.cloud:google-cloud-trace:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.23.0"
```
diff --git a/java-translate/README.md b/java-translate/README.md
index 481979e50cd6..a2123ad49aad 100644
--- a/java-translate/README.md
+++ b/java-translate/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-translate
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-translate:2.22.0'
+implementation 'com.google.cloud:google-cloud-translate:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.23.0"
```
diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md
index ae37f36f90bc..0e8af2e9222c 100644
--- a/java-video-intelligence/README.md
+++ b/java-video-intelligence/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-video-intelligence
- 2.21.0
+ 2.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-intelligence:2.21.0'
+implementation 'com.google.cloud:google-cloud-video-intelligence:2.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.21.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.22.0"
```
diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md
index ff1566833a89..f58768bf85bc 100644
--- a/java-video-live-stream/README.md
+++ b/java-video-live-stream/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-live-stream
- 0.24.0
+ 0.25.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-live-stream:0.24.0'
+implementation 'com.google.cloud:google-cloud-live-stream:0.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.25.0"
```
diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md
index ff784b98a6dd..2ae06eedb791 100644
--- a/java-video-stitcher/README.md
+++ b/java-video-stitcher/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-video-stitcher
- 0.22.0
+ 0.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-stitcher:0.22.0'
+implementation 'com.google.cloud:google-cloud-video-stitcher:0.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.23.0"
```
diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md
index 75c26878b479..bdc1c1b85ace 100644
--- a/java-video-transcoder/README.md
+++ b/java-video-transcoder/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-video-transcoder
- 1.21.0
+ 1.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-transcoder:1.21.0'
+implementation 'com.google.cloud:google-cloud-video-transcoder:1.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.21.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.22.0"
```
diff --git a/java-vision/README.md b/java-vision/README.md
index 95871d724331..e4b068721147 100644
--- a/java-vision/README.md
+++ b/java-vision/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-vision
- 3.20.0
+ 3.21.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vision:3.20.0'
+implementation 'com.google.cloud:google-cloud-vision:3.21.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.20.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.21.0"
```
diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md
index ae19aedaa583..e729b03da49c 100644
--- a/java-vmmigration/README.md
+++ b/java-vmmigration/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-vmmigration
- 1.22.0
+ 1.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmmigration:1.22.0'
+implementation 'com.google.cloud:google-cloud-vmmigration:1.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.23.0"
```
diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md
index 183f60d2490e..5ccee07e343c 100644
--- a/java-vmwareengine/README.md
+++ b/java-vmwareengine/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-vmwareengine
- 0.16.0
+ 0.17.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmwareengine:0.16.0'
+implementation 'com.google.cloud:google-cloud-vmwareengine:0.17.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.16.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.17.0"
```
diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md
index 4ba2dfe08088..172d3383db28 100644
--- a/java-vpcaccess/README.md
+++ b/java-vpcaccess/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-vpcaccess
- 2.23.0
+ 2.24.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vpcaccess:2.23.0'
+implementation 'com.google.cloud:google-cloud-vpcaccess:2.24.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.23.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.24.0"
```
diff --git a/java-webrisk/README.md b/java-webrisk/README.md
index dfbc0490226d..9f18e1eef014 100644
--- a/java-webrisk/README.md
+++ b/java-webrisk/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-webrisk
- 2.21.0
+ 2.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-webrisk:2.21.0'
+implementation 'com.google.cloud:google-cloud-webrisk:2.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.21.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.22.0"
```
diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md
index 1bf90152ebd3..ad47b31706d5 100644
--- a/java-websecurityscanner/README.md
+++ b/java-websecurityscanner/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-websecurityscanner
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-websecurityscanner:2.22.0'
+implementation 'com.google.cloud:google-cloud-websecurityscanner:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.23.0"
```
diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md
index b50fab624d16..3408143fd810 100644
--- a/java-workflow-executions/README.md
+++ b/java-workflow-executions/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workflow-executions
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflow-executions:2.22.0'
+implementation 'com.google.cloud:google-cloud-workflow-executions:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.23.0"
```
diff --git a/java-workflows/README.md b/java-workflows/README.md
index c33cb0fe2468..2d984acd8b17 100644
--- a/java-workflows/README.md
+++ b/java-workflows/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workflows
- 2.22.0
+ 2.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflows:2.22.0'
+implementation 'com.google.cloud:google-cloud-workflows:2.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.23.0"
```
diff --git a/java-workstations/README.md b/java-workstations/README.md
index b7a396a086a4..920a270a2106 100644
--- a/java-workstations/README.md
+++ b/java-workstations/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workstations
- 0.10.0
+ 0.11.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workstations:0.10.0'
+implementation 'com.google.cloud:google-cloud-workstations:0.11.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.10.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.11.0"
```