From c7f741c2e12f743b98afd9bd2e1cbca41ec97e86 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 11 Jun 2024 17:53:10 +0000
Subject: [PATCH] chore(main): release 1.40.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 11 ++++
changelog.json | 51 ++++++++++++++++++-
java-netapp/README.md | 6 +--
java-network-management/README.md | 6 +--
java-network-security/README.md | 6 +--
java-networkconnectivity/README.md | 6 +--
java-networkservices/README.md | 6 +--
java-notebooks/README.md | 6 +--
java-notification/README.md | 6 +--
java-optimization/README.md | 6 +--
java-orchestration-airflow/README.md | 6 +--
java-orgpolicy/README.md | 6 +--
java-os-config/README.md | 6 +--
java-os-login/README.md | 6 +--
java-parallelstore/README.md | 6 +--
java-phishingprotection/README.md | 6 +--
java-policy-troubleshooter/README.md | 6 +--
java-policysimulator/README.md | 6 +--
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-cluster/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-securesourcemanager/README.md | 6 +--
java-security-private-ca/README.md | 6 +--
java-securitycenter-settings/README.md | 6 +--
java-securitycenter/README.md | 6 +--
java-securitycentermanagement/README.md | 6 +--
java-securityposture/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-servicehealth/README.md | 6 +--
java-shell/README.md | 6 +--
java-shopping-css/README.md | 6 +--
java-shopping-merchant-accounts/README.md | 6 +--
java-shopping-merchant-conversions/README.md | 6 +--
java-shopping-merchant-datasources/README.md | 6 +--
java-shopping-merchant-inventories/README.md | 6 +--
java-shopping-merchant-lfp/README.md | 6 +--
.../README.md | 6 +--
java-shopping-merchant-products/README.md | 6 +--
java-shopping-merchant-promotions/README.md | 6 +--
java-shopping-merchant-quota/README.md | 6 +--
java-shopping-merchant-reports/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-telcoautomation/README.md | 6 +--
java-texttospeech/README.md | 6 +--
java-tpu/README.md | 6 +--
java-trace/README.md | 6 +--
java-translate/README.md | 6 +--
java-vertexai/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-visionai/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-workspaceevents/README.md | 6 +--
java-workstations/README.md | 6 +--
83 files changed, 302 insertions(+), 242 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 32fe2b3ff9fe..1cf398a00515 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.39.0"
+ ".": "1.40.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54f199774a6b..41dc31b6d561 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [1.40.0](https://github.com/googleapis/google-cloud-java/compare/v1.39.0...v1.40.0) (2024-06-11)
+
+
+### Features
+
+* [vertexai] add AutomaticFunctionCallingResponder class ([#10896](https://github.com/googleapis/google-cloud-java/issues/10896)) ([a97ac3d](https://github.com/googleapis/google-cloud-java/commit/a97ac3d71c92db934d566df0f8a24a20e8479aa9))
+* [vertexai] allow setting ToolConfig and SystemInstruction in ChatSession ([#10953](https://github.com/googleapis/google-cloud-java/issues/10953)) ([5ebfc33](https://github.com/googleapis/google-cloud-java/commit/5ebfc33afaf473c847389f9ef8adc58ee41f6a29))
+* [vertexai] enable AutomaticFunctionCallingResponder in ChatSession ([#10913](https://github.com/googleapis/google-cloud-java/issues/10913)) ([4db0d1d](https://github.com/googleapis/google-cloud-java/commit/4db0d1dfa6069e6d917f12b625cb7cc9319323e4))
+* [vertexai] support ToolConfig in GenerativeModel ([#10950](https://github.com/googleapis/google-cloud-java/issues/10950)) ([0801812](https://github.com/googleapis/google-cloud-java/commit/08018121c0d1284d7dd0cd0d288f40d0a11e5506))
+* [vertexai] Update gapic to include ToolConfig ([#10920](https://github.com/googleapis/google-cloud-java/issues/10920)) ([782f21b](https://github.com/googleapis/google-cloud-java/commit/782f21b5836d3b56bf58cc81026ab326e260b16c))
+
## [1.39.0](https://github.com/googleapis/google-cloud-java/compare/v1.38.0...v1.39.0) (2024-06-07)
diff --git a/changelog.json b/changelog.json
index cbde978cc0b1..7e10888ad66e 100644
--- a/changelog.json
+++ b/changelog.json
@@ -1,6 +1,55 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
+ {
+ "changes": [
+ {
+ "type": "feat",
+ "sha": "5ebfc33afaf473c847389f9ef8adc58ee41f6a29",
+ "message": "[vertexai] allow setting ToolConfig and SystemInstruction in ChatSession",
+ "issues": [
+ "10953"
+ ]
+ },
+ {
+ "type": "feat",
+ "sha": "08018121c0d1284d7dd0cd0d288f40d0a11e5506",
+ "message": "[vertexai] support ToolConfig in GenerativeModel",
+ "issues": [
+ "10950"
+ ]
+ },
+ {
+ "type": "feat",
+ "sha": "4db0d1dfa6069e6d917f12b625cb7cc9319323e4",
+ "message": "[vertexai] enable AutomaticFunctionCallingResponder in ChatSession",
+ "issues": [
+ "10913"
+ ]
+ },
+ {
+ "type": "feat",
+ "sha": "782f21b5836d3b56bf58cc81026ab326e260b16c",
+ "message": "[vertexai] Update gapic to include ToolConfig",
+ "issues": [
+ "10920"
+ ]
+ },
+ {
+ "type": "feat",
+ "sha": "a97ac3d71c92db934d566df0f8a24a20e8479aa9",
+ "message": "[vertexai] add AutomaticFunctionCallingResponder class",
+ "issues": [
+ "10896"
+ ]
+ }
+ ],
+ "version": "1.40.0",
+ "language": "JAVA",
+ "artifactName": "com.google.cloud:google-cloud-vertexai",
+ "id": "a49ddf06-33e4-42b9-bb4c-7ab4c6f9e35a",
+ "createTime": "2024-06-11T17:51:46.349Z"
+ },
{
"changes": [
{
@@ -235639,5 +235688,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
- "updateTime": "2024-06-07T16:02:00.642Z"
+ "updateTime": "2024-06-11T17:51:46.349Z"
}
\ No newline at end of file
diff --git a/java-netapp/README.md b/java-netapp/README.md
index 77fe982ea588..db185399ddb4 100644
--- a/java-netapp/README.md
+++ b/java-netapp/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-netapp
- 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-netapp:0.24.0'
+implementation 'com.google.cloud:google-cloud-netapp:0.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.25.0"
```
diff --git a/java-network-management/README.md b/java-network-management/README.md
index 7e3f2eba2b18..8eb53ce687a8 100644
--- a/java-network-management/README.md
+++ b/java-network-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-network-management
- 1.46.0
+ 1.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-network-management:1.46.0'
+implementation 'com.google.cloud:google-cloud-network-management:1.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.47.0"
```
diff --git a/java-network-security/README.md b/java-network-security/README.md
index e6661d294c7b..b458fc32620d 100644
--- a/java-network-security/README.md
+++ b/java-network-security/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-network-security
- 0.48.0
+ 0.49.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-network-security:0.48.0'
+implementation 'com.google.cloud:google-cloud-network-security:0.49.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.48.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.49.0"
```
diff --git a/java-networkconnectivity/README.md b/java-networkconnectivity/README.md
index 54a280141fec..1da9aab1013c 100644
--- a/java-networkconnectivity/README.md
+++ b/java-networkconnectivity/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-networkconnectivity
- 1.44.0
+ 1.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-networkconnectivity:1.44.0'
+implementation 'com.google.cloud:google-cloud-networkconnectivity:1.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.45.0"
```
diff --git a/java-networkservices/README.md b/java-networkservices/README.md
index 1472aa1f4b3d..5c8866813138 100644
--- a/java-networkservices/README.md
+++ b/java-networkservices/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-networkservices
- 0.1.0
+ 0.2.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-networkservices:0.1.0'
+implementation 'com.google.cloud:google-cloud-networkservices:0.2.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.1.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.2.0"
```
diff --git a/java-notebooks/README.md b/java-notebooks/README.md
index b160f4c1f7ec..af6d8afed5b7 100644
--- a/java-notebooks/README.md
+++ b/java-notebooks/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-notebooks
- 1.43.0
+ 1.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-notebooks:1.43.0'
+implementation 'com.google.cloud:google-cloud-notebooks:1.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.44.0"
```
diff --git a/java-notification/README.md b/java-notification/README.md
index 0cbca8ca22d5..0c631b1ac980 100644
--- a/java-notification/README.md
+++ b/java-notification/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-notification
- 0.163.0-beta
+ 0.164.0-beta
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-notification:0.163.0-beta'
+implementation 'com.google.cloud:google-cloud-notification:0.164.0-beta'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.163.0-beta"
+libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.164.0-beta"
```
diff --git a/java-optimization/README.md b/java-optimization/README.md
index 0229747e7497..2f70540beb74 100644
--- a/java-optimization/README.md
+++ b/java-optimization/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-optimization
- 1.43.0
+ 1.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-optimization:1.43.0'
+implementation 'com.google.cloud:google-cloud-optimization:1.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.44.0"
```
diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md
index 9c694019f461..c46cde804137 100644
--- a/java-orchestration-airflow/README.md
+++ b/java-orchestration-airflow/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-orchestration-airflow
- 1.45.0
+ 1.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.45.0'
+implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.46.0"
```
diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md
index 47200be9e950..15c163ec9693 100644
--- a/java-orgpolicy/README.md
+++ b/java-orgpolicy/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-orgpolicy
- 2.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-orgpolicy:2.45.0'
+implementation 'com.google.cloud:google-cloud-orgpolicy:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.46.0"
```
diff --git a/java-os-config/README.md b/java-os-config/README.md
index d77e3f02ce0e..f56e74a06671 100644
--- a/java-os-config/README.md
+++ b/java-os-config/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-os-config
- 2.47.0
+ 2.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-os-config:2.47.0'
+implementation 'com.google.cloud:google-cloud-os-config:2.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.48.0"
```
diff --git a/java-os-login/README.md b/java-os-login/README.md
index 172661088881..7e5a96aa4a7d 100644
--- a/java-os-login/README.md
+++ b/java-os-login/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-os-login
- 2.44.0
+ 2.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-os-login:2.44.0'
+implementation 'com.google.cloud:google-cloud-os-login:2.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.45.0"
```
diff --git a/java-parallelstore/README.md b/java-parallelstore/README.md
index 74a3febbf0ec..a093330fb151 100644
--- a/java-parallelstore/README.md
+++ b/java-parallelstore/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-parallelstore
- 0.8.0
+ 0.9.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-parallelstore:0.8.0'
+implementation 'com.google.cloud:google-cloud-parallelstore:0.9.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.8.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.9.0"
```
diff --git a/java-phishingprotection/README.md b/java-phishingprotection/README.md
index 1ea77b2fd122..52da1f522f29 100644
--- a/java-phishingprotection/README.md
+++ b/java-phishingprotection/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-phishingprotection
- 0.76.0
+ 0.77.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-phishingprotection:0.76.0'
+implementation 'com.google.cloud:google-cloud-phishingprotection:0.77.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.76.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.77.0"
```
diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md
index e9c618a36e6d..b8a94d0e0e67 100644
--- a/java-policy-troubleshooter/README.md
+++ b/java-policy-troubleshooter/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-policy-troubleshooter
- 1.44.0
+ 1.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.44.0'
+implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.45.0"
```
diff --git a/java-policysimulator/README.md b/java-policysimulator/README.md
index d8fd861c2f97..3a6f8cf2c5b4 100644
--- a/java-policysimulator/README.md
+++ b/java-policysimulator/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-policysimulator
- 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-policysimulator:0.24.0'
+implementation 'com.google.cloud:google-cloud-policysimulator:0.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.25.0"
```
diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md
index 38338e7a10e0..88623195af47 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.47.0
+ 0.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-private-catalog:0.47.0'
+implementation 'com.google.cloud:google-cloud-private-catalog:0.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.48.0"
```
diff --git a/java-profiler/README.md b/java-profiler/README.md
index 42e22cb0226d..ca47ba1a7efe 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-profiler:2.45.0'
+implementation 'com.google.cloud:google-cloud-profiler:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.46.0"
```
diff --git a/java-publicca/README.md b/java-publicca/README.md
index 82c7b05633d8..997077075eb9 100644
--- a/java-publicca/README.md
+++ b/java-publicca/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-publicca
- 0.42.0
+ 0.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-publicca:0.42.0'
+implementation 'com.google.cloud:google-cloud-publicca:0.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.43.0"
```
diff --git a/java-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md
index 372bb23a0842..ff978ab26526 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.28.0
+ 0.29.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.28.0'
+implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.29.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.28.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.29.0"
```
diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md
index 70e89dbad91d..58ff6ea34441 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.42.0
+ 3.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.42.0'
+implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.43.0"
```
diff --git a/java-recommendations-ai/README.md b/java-recommendations-ai/README.md
index bab835863422..b93e7371011e 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.52.0
+ 0.53.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recommendations-ai:0.52.0'
+implementation 'com.google.cloud:google-cloud-recommendations-ai:0.53.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.52.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.53.0"
```
diff --git a/java-recommender/README.md b/java-recommender/README.md
index b0707f0fc861..ac7e3852e6cc 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.47.0
+ 2.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-recommender:2.47.0'
+implementation 'com.google.cloud:google-cloud-recommender:2.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.48.0"
```
diff --git a/java-redis-cluster/README.md b/java-redis-cluster/README.md
index f5af4280243a..143bc2d92081 100644
--- a/java-redis-cluster/README.md
+++ b/java-redis-cluster/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-redis-cluster
- 0.17.0
+ 0.18.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-redis-cluster:0.17.0'
+implementation 'com.google.cloud:google-cloud-redis-cluster:0.18.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.17.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.18.0"
```
diff --git a/java-redis/README.md b/java-redis/README.md
index c83c64310963..275b557cb5f3 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.48.0
+ 2.49.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-redis:2.48.0'
+implementation 'com.google.cloud:google-cloud-redis:2.49.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.48.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.49.0"
```
diff --git a/java-resource-settings/README.md b/java-resource-settings/README.md
index 41b35cea7956..74418501db3a 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.45.0
+ 1.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-resource-settings:1.45.0'
+implementation 'com.google.cloud:google-cloud-resource-settings:1.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.46.0"
```
diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md
index 112283083b22..f969cd95d49a 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.47.0
+ 1.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-resourcemanager:1.47.0'
+implementation 'com.google.cloud:google-cloud-resourcemanager:1.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.48.0"
```
diff --git a/java-retail/README.md b/java-retail/README.md
index acb7a8a8b057..30d7c6ad92c4 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.47.0
+ 2.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-retail:2.47.0'
+implementation 'com.google.cloud:google-cloud-retail:2.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.48.0"
```
diff --git a/java-run/README.md b/java-run/README.md
index 38040d8adb1c..e46151f695a5 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.45.0
+ 0.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-run:0.45.0'
+implementation 'com.google.cloud:google-cloud-run:0.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.46.0"
```
diff --git a/java-scheduler/README.md b/java-scheduler/README.md
index e1e96d117255..302c92c856da 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-scheduler:2.45.0'
+implementation 'com.google.cloud:google-cloud-scheduler:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.46.0"
```
diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md
index 43189b4e4ba1..763795980551 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-secretmanager:2.45.0'
+implementation 'com.google.cloud:google-cloud-secretmanager:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.46.0"
```
diff --git a/java-securesourcemanager/README.md b/java-securesourcemanager/README.md
index a0374882215d..aad1b6a78b3e 100644
--- a/java-securesourcemanager/README.md
+++ b/java-securesourcemanager/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-securesourcemanager
- 0.15.0
+ 0.16.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securesourcemanager:0.15.0'
+implementation 'com.google.cloud:google-cloud-securesourcemanager:0.16.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.15.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.16.0"
```
diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md
index ca933440768f..3e26533f1d9a 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.47.0
+ 2.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-security-private-ca:2.47.0'
+implementation 'com.google.cloud:google-cloud-security-private-ca:2.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.48.0"
```
diff --git a/java-securitycenter-settings/README.md b/java-securitycenter-settings/README.md
index d7cd7abbaf72..4e492c477bff 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.48.0
+ 0.49.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.48.0'
+implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.49.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.48.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.49.0"
```
diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md
index f092ee87e681..de4e192ae82e 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.53.0
+ 2.54.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securitycenter:2.53.0'
+implementation 'com.google.cloud:google-cloud-securitycenter:2.54.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.53.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.54.0"
```
diff --git a/java-securitycentermanagement/README.md b/java-securitycentermanagement/README.md
index 61ff6b693569..2065eb46fb29 100644
--- a/java-securitycentermanagement/README.md
+++ b/java-securitycentermanagement/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-securitycentermanagement
- 0.13.0
+ 0.14.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.13.0'
+implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.14.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.13.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.14.0"
```
diff --git a/java-securityposture/README.md b/java-securityposture/README.md
index 81175d18d7ab..1c8a36f41949 100644
--- a/java-securityposture/README.md
+++ b/java-securityposture/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-securityposture
- 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-securityposture:0.10.0'
+implementation 'com.google.cloud:google-cloud-securityposture:0.11.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.10.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.11.0"
```
diff --git a/java-service-control/README.md b/java-service-control/README.md
index 27cbf395f50a..8118521010de 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.45.0
+ 1.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-control:1.45.0'
+implementation 'com.google.cloud:google-cloud-service-control:1.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.46.0"
```
diff --git a/java-service-management/README.md b/java-service-management/README.md
index bdda7d94dc64..fc42df7063ab 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.43.0
+ 3.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-management:3.43.0'
+implementation 'com.google.cloud:google-cloud-service-management:3.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.44.0"
```
diff --git a/java-service-usage/README.md b/java-service-usage/README.md
index 88f4b9a45be5..0ee3e29389b3 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-service-usage:2.45.0'
+implementation 'com.google.cloud:google-cloud-service-usage:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.46.0"
```
diff --git a/java-servicedirectory/README.md b/java-servicedirectory/README.md
index 478582bf9a28..8c2c82478930 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.46.0
+ 2.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-servicedirectory:2.46.0'
+implementation 'com.google.cloud:google-cloud-servicedirectory:2.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.47.0"
```
diff --git a/java-servicehealth/README.md b/java-servicehealth/README.md
index b453d49b3743..19a9448a4329 100644
--- a/java-servicehealth/README.md
+++ b/java-servicehealth/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-servicehealth
- 0.12.0
+ 0.13.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-servicehealth:0.12.0'
+implementation 'com.google.cloud:google-cloud-servicehealth:0.13.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-servicehealth" % "0.12.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-servicehealth" % "0.13.0"
```
diff --git a/java-shell/README.md b/java-shell/README.md
index 7a0b918fad14..6ab897dcc908 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.44.0
+ 2.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-shell:2.44.0'
+implementation 'com.google.cloud:google-cloud-shell:2.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.45.0"
```
diff --git a/java-shopping-css/README.md b/java-shopping-css/README.md
index ec37d784a29d..0e40fd6d573e 100644
--- a/java-shopping-css/README.md
+++ b/java-shopping-css/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-css
- 0.13.0
+ 0.14.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-css:0.13.0'
+implementation 'com.google.shopping:google-shopping-css:0.14.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.13.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.14.0"
```
diff --git a/java-shopping-merchant-accounts/README.md b/java-shopping-merchant-accounts/README.md
index fda90499209b..79654ba0f2ae 100644
--- a/java-shopping-merchant-accounts/README.md
+++ b/java-shopping-merchant-accounts/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-accounts
- 0.1.0
+ 0.2.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-accounts:0.1.0'
+implementation 'com.google.shopping:google-shopping-merchant-accounts:0.2.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.1.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.2.0"
```
diff --git a/java-shopping-merchant-conversions/README.md b/java-shopping-merchant-conversions/README.md
index 9c55e23a7bfc..03a40d693cdf 100644
--- a/java-shopping-merchant-conversions/README.md
+++ b/java-shopping-merchant-conversions/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-conversions
- 0.4.0
+ 0.5.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-conversions:0.4.0'
+implementation 'com.google.shopping:google-shopping-merchant-conversions:0.5.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.4.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.5.0"
```
diff --git a/java-shopping-merchant-datasources/README.md b/java-shopping-merchant-datasources/README.md
index 7a1931d129c4..f2e96c0c247e 100644
--- a/java-shopping-merchant-datasources/README.md
+++ b/java-shopping-merchant-datasources/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-datasources
- 0.1.0
+ 0.2.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-datasources:0.1.0'
+implementation 'com.google.shopping:google-shopping-merchant-datasources:0.2.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-datasources" % "0.1.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-datasources" % "0.2.0"
```
diff --git a/java-shopping-merchant-inventories/README.md b/java-shopping-merchant-inventories/README.md
index dbbbd9df0499..b8cc5f8c7c71 100644
--- a/java-shopping-merchant-inventories/README.md
+++ b/java-shopping-merchant-inventories/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-inventories
- 0.21.0
+ 0.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-inventories:0.21.0'
+implementation 'com.google.shopping:google-shopping-merchant-inventories:0.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.21.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.22.0"
```
diff --git a/java-shopping-merchant-lfp/README.md b/java-shopping-merchant-lfp/README.md
index 5c25a65275ff..0b8dadfa6d18 100644
--- a/java-shopping-merchant-lfp/README.md
+++ b/java-shopping-merchant-lfp/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-lfp
- 0.4.0
+ 0.5.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-lfp:0.4.0'
+implementation 'com.google.shopping:google-shopping-merchant-lfp:0.5.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-lfp" % "0.4.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-lfp" % "0.5.0"
```
diff --git a/java-shopping-merchant-notifications/README.md b/java-shopping-merchant-notifications/README.md
index a58fe2a4a56f..12641b072b59 100644
--- a/java-shopping-merchant-notifications/README.md
+++ b/java-shopping-merchant-notifications/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-notifications
- 0.4.0
+ 0.5.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-notifications:0.4.0'
+implementation 'com.google.shopping:google-shopping-merchant-notifications:0.5.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.4.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.5.0"
```
diff --git a/java-shopping-merchant-products/README.md b/java-shopping-merchant-products/README.md
index 11ee0c5e86e6..7201b945a74e 100644
--- a/java-shopping-merchant-products/README.md
+++ b/java-shopping-merchant-products/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-products
- 0.1.0
+ 0.2.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-products:0.1.0'
+implementation 'com.google.shopping:google-shopping-merchant-products:0.2.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-products" % "0.1.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-products" % "0.2.0"
```
diff --git a/java-shopping-merchant-promotions/README.md b/java-shopping-merchant-promotions/README.md
index dcb155f30f08..2b94d2907484 100644
--- a/java-shopping-merchant-promotions/README.md
+++ b/java-shopping-merchant-promotions/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-promotions
- 0.1.0
+ 0.2.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-promotions:0.1.0'
+implementation 'com.google.shopping:google-shopping-merchant-promotions:0.2.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-promotions" % "0.1.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-promotions" % "0.2.0"
```
diff --git a/java-shopping-merchant-quota/README.md b/java-shopping-merchant-quota/README.md
index fab2839ba67d..05659d3e6234 100644
--- a/java-shopping-merchant-quota/README.md
+++ b/java-shopping-merchant-quota/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-quota
- 0.8.0
+ 0.9.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-quota:0.8.0'
+implementation 'com.google.shopping:google-shopping-merchant-quota:0.9.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-quota" % "0.8.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-quota" % "0.9.0"
```
diff --git a/java-shopping-merchant-reports/README.md b/java-shopping-merchant-reports/README.md
index 746cac581a42..0e8568234dc9 100644
--- a/java-shopping-merchant-reports/README.md
+++ b/java-shopping-merchant-reports/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-reports
- 0.21.0
+ 0.22.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-reports:0.21.0'
+implementation 'com.google.shopping:google-shopping-merchant-reports:0.22.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.21.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.22.0"
```
diff --git a/java-speech/README.md b/java-speech/README.md
index 2e3698855e82..ea28d7801d6f 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.40.0
+ 4.41.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-speech:4.40.0'
+implementation 'com.google.cloud:google-cloud-speech:4.41.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.40.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.41.0"
```
diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md
index 6198cd51a4e8..86cf752f846f 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.45.0
+ 1.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storage-transfer:1.45.0'
+implementation 'com.google.cloud:google-cloud-storage-transfer:1.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.46.0"
```
diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md
index 24040bb6b9eb..212848c2cc9a 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.30.0
+ 0.31.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storageinsights:0.30.0'
+implementation 'com.google.cloud:google-cloud-storageinsights:0.31.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.30.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.31.0"
```
diff --git a/java-talent/README.md b/java-talent/README.md
index 6e9d582efb4f..8b9469256004 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.46.0
+ 2.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-talent:2.46.0'
+implementation 'com.google.cloud:google-cloud-talent:2.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.47.0"
```
diff --git a/java-tasks/README.md b/java-tasks/README.md
index f0dcd61b29b9..39b187286e0a 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-tasks:2.45.0'
+implementation 'com.google.cloud:google-cloud-tasks:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.46.0"
```
diff --git a/java-telcoautomation/README.md b/java-telcoautomation/README.md
index 448193d1bd0e..812a52db3978 100644
--- a/java-telcoautomation/README.md
+++ b/java-telcoautomation/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-telcoautomation
- 0.15.0
+ 0.16.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-telcoautomation:0.15.0'
+implementation 'com.google.cloud:google-cloud-telcoautomation:0.16.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.15.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.16.0"
```
diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md
index ece1246a7382..914698aa9b13 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.46.0
+ 2.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-texttospeech:2.46.0'
+implementation 'com.google.cloud:google-cloud-texttospeech:2.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.47.0"
```
diff --git a/java-tpu/README.md b/java-tpu/README.md
index 84efd607b3de..5fed003606c9 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.46.0
+ 2.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-tpu:2.46.0'
+implementation 'com.google.cloud:google-cloud-tpu:2.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.47.0"
```
diff --git a/java-trace/README.md b/java-trace/README.md
index 9831d3224dcb..7ab601935f5a 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-trace:2.45.0'
+implementation 'com.google.cloud:google-cloud-trace:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.46.0"
```
diff --git a/java-translate/README.md b/java-translate/README.md
index c03fb413340d..e113f6adb5f4 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-translate:2.45.0'
+implementation 'com.google.cloud:google-cloud-translate:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.46.0"
```
diff --git a/java-vertexai/README.md b/java-vertexai/README.md
index 798b300d44ef..efd0a5fd6839 100644
--- a/java-vertexai/README.md
+++ b/java-vertexai/README.md
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
com.google.cloud
google-cloud-vertexai
- 1.5.0
+ 1.6.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vertexai:1.5.0'
+implementation 'com.google.cloud:google-cloud-vertexai:1.6.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.5.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.6.0"
```
diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md
index 3ec64cf99009..e1205232909c 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.44.0
+ 2.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-intelligence:2.44.0'
+implementation 'com.google.cloud:google-cloud-video-intelligence:2.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.45.0"
```
diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md
index 6c059845699f..94df6d23ef10 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.47.0
+ 0.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-live-stream:0.47.0'
+implementation 'com.google.cloud:google-cloud-live-stream:0.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.48.0"
```
diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md
index 308c27c5c578..6627f2bed6b5 100644
--- a/java-video-stitcher/README.md
+++ b/java-video-stitcher/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-stitcher
- 0.45.0
+ 0.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-stitcher:0.45.0'
+implementation 'com.google.cloud:google-cloud-video-stitcher:0.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.46.0"
```
diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md
index bb3330b4c9e5..2c3f3a2e94e2 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.44.0
+ 1.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-transcoder:1.44.0'
+implementation 'com.google.cloud:google-cloud-video-transcoder:1.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.45.0"
```
diff --git a/java-vision/README.md b/java-vision/README.md
index 55a35a1b5ec7..b078db412f2b 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.43.0
+ 3.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vision:3.43.0'
+implementation 'com.google.cloud:google-cloud-vision:3.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.44.0"
```
diff --git a/java-visionai/README.md b/java-visionai/README.md
index 9f7c488730e0..2a821d8156ef 100644
--- a/java-visionai/README.md
+++ b/java-visionai/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-visionai
- 0.2.0
+ 0.3.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-visionai:0.2.0'
+implementation 'com.google.cloud:google-cloud-visionai:0.3.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.2.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.3.0"
```
diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md
index 9eab5ae4d62f..1fa7008f5a8c 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.45.0
+ 1.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmmigration:1.45.0'
+implementation 'com.google.cloud:google-cloud-vmmigration:1.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.46.0"
```
diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md
index 0c9d26c52c72..29547cd9709f 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.39.0
+ 0.40.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmwareengine:0.39.0'
+implementation 'com.google.cloud:google-cloud-vmwareengine:0.40.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.39.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.40.0"
```
diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md
index fe78a1ef0585..d7d6fd72b2e0 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.46.0
+ 2.47.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vpcaccess:2.46.0'
+implementation 'com.google.cloud:google-cloud-vpcaccess:2.47.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.47.0"
```
diff --git a/java-webrisk/README.md b/java-webrisk/README.md
index 5bea32d474d3..f2c554004c6d 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.44.0
+ 2.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-webrisk:2.44.0'
+implementation 'com.google.cloud:google-cloud-webrisk:2.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.45.0"
```
diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md
index 4414280e69cc..23b74feb4db4 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-websecurityscanner:2.45.0'
+implementation 'com.google.cloud:google-cloud-websecurityscanner:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.46.0"
```
diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md
index 1ccbd441db09..66d6e8be405b 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflow-executions:2.45.0'
+implementation 'com.google.cloud:google-cloud-workflow-executions:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.46.0"
```
diff --git a/java-workflows/README.md b/java-workflows/README.md
index d9ed10359daf..c6021e23ae5b 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.45.0
+ 2.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflows:2.45.0'
+implementation 'com.google.cloud:google-cloud-workflows:2.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.46.0"
```
diff --git a/java-workspaceevents/README.md b/java-workspaceevents/README.md
index 46276d944cd4..de24ef24200b 100644
--- a/java-workspaceevents/README.md
+++ b/java-workspaceevents/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workspaceevents
- 0.9.0
+ 0.10.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workspaceevents:0.9.0'
+implementation 'com.google.cloud:google-cloud-workspaceevents:0.10.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.9.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.10.0"
```
diff --git a/java-workstations/README.md b/java-workstations/README.md
index d3a70702d116..2798253c93b5 100644
--- a/java-workstations/README.md
+++ b/java-workstations/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workstations
- 0.33.0
+ 0.34.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workstations:0.33.0'
+implementation 'com.google.cloud:google-cloud-workstations:0.34.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.33.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.34.0"
```