From 49ce8cb1c8d4c95789ffec0a3426181ee7e66701 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:57:56 +0000 Subject: [PATCH] chore(main): release 1.38.0 --- java-accessapproval/README.md | 6 +++--- java-accesscontextmanager/README.md | 6 +++--- java-admanager/README.md | 6 +++--- java-advisorynotifications/README.md | 6 +++--- java-aiplatform/README.md | 6 +++--- java-alloydb-connectors/README.md | 6 +++--- java-alloydb/README.md | 6 +++--- java-analytics-admin/README.md | 6 +++--- java-analytics-data/README.md | 6 +++--- java-analyticshub/README.md | 6 +++--- java-api-gateway/README.md | 6 +++--- java-apigee-connect/README.md | 6 +++--- java-apigee-registry/README.md | 6 +++--- java-apikeys/README.md | 6 +++--- java-appengine-admin/README.md | 6 +++--- java-apphub/README.md | 6 +++--- java-area120-tables/README.md | 6 +++--- java-artifact-registry/README.md | 6 +++--- java-asset/README.md | 6 +++--- java-assured-workloads/README.md | 6 +++--- java-automl/README.md | 6 +++--- java-backupdr/README.md | 6 +++--- java-bare-metal-solution/README.md | 6 +++--- java-batch/README.md | 6 +++--- java-beyondcorp-appconnections/README.md | 6 +++--- java-beyondcorp-appconnectors/README.md | 6 +++--- java-beyondcorp-appgateways/README.md | 6 +++--- .../README.md | 6 +++--- java-beyondcorp-clientgateways/README.md | 6 +++--- java-biglake/README.md | 6 +++--- java-bigquery-data-exchange/README.md | 6 +++--- java-bigqueryconnection/README.md | 6 +++--- java-bigquerydatapolicy/README.md | 6 +++--- java-bigquerydatatransfer/README.md | 6 +++--- java-bigquerymigration/README.md | 6 +++--- java-bigqueryreservation/README.md | 6 +++--- java-billing/README.md | 6 +++--- java-billingbudgets/README.md | 6 +++--- java-binary-authorization/README.md | 6 +++--- java-certificate-manager/README.md | 6 +++--- java-channel/README.md | 6 +++--- java-chat/README.md | 6 +++--- java-cloudbuild/README.md | 6 +++--- .../README.md | 6 +++--- java-cloudcontrolspartner/README.md | 6 +++--- java-cloudquotas/README.md | 6 +++--- java-cloudsupport/README.md | 6 +++--- java-compute/README.md | 6 +++--- java-confidentialcomputing/README.md | 6 +++--- java-contact-center-insights/README.md | 6 +++--- java-container/README.md | 6 +++--- java-containeranalysis/README.md | 6 +++--- java-contentwarehouse/README.md | 6 +++--- java-data-fusion/README.md | 6 +++--- java-datacatalog/README.md | 6 +++--- java-dataflow/README.md | 6 +++--- java-dataform/README.md | 6 +++--- java-datalabeling/README.md | 6 +++--- java-datalineage/README.md | 6 +++--- java-dataplex/README.md | 6 +++--- java-dataproc-metastore/README.md | 6 +++--- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-websecurityscanner/pom.xml | 18 +++++++++--------- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 14 +++++++------- .../google-cloud-workflow-executions/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-workflow-executions/pom.xml | 14 +++++++------- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../google-cloud-workflows-bom/pom.xml | 14 +++++++------- java-workflows/google-cloud-workflows/pom.xml | 4 ++-- .../grpc-google-cloud-workflows-v1/pom.xml | 4 ++-- .../grpc-google-cloud-workflows-v1beta/pom.xml | 4 ++-- java-workflows/pom.xml | 14 +++++++------- .../proto-google-cloud-workflows-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../google-cloud-workspaceevents-bom/pom.xml | 10 +++++----- .../google-cloud-workspaceevents/pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-workspaceevents/pom.xml | 10 +++++----- .../pom.xml | 4 ++-- .../google-cloud-workstations-bom/pom.xml | 14 +++++++------- .../google-cloud-workstations/pom.xml | 4 ++-- .../grpc-google-cloud-workstations-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- java-workstations/pom.xml | 14 +++++++------- .../proto-google-cloud-workstations-v1/pom.xml | 4 ++-- .../pom.xml | 4 ++-- 93 files changed, 290 insertions(+), 290 deletions(-) diff --git a/java-accessapproval/README.md b/java-accessapproval/README.md index 783f198339fa..94abe3cb1f42 100644 --- a/java-accessapproval/README.md +++ b/java-accessapproval/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-accessapproval - 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-accessapproval:2.44.0' +implementation 'com.google.cloud:google-cloud-accessapproval:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.45.0" ``` diff --git a/java-accesscontextmanager/README.md b/java-accesscontextmanager/README.md index 6a7bf425d993..f47f6da1559d 100644 --- a/java-accesscontextmanager/README.md +++ b/java-accesscontextmanager/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-identity-accesscontextmanager - 1.44.0 + 1.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-identity-accesscontextmanager:1.44.0' +implementation 'com.google.cloud:google-identity-accesscontextmanager:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.45.0" ``` diff --git a/java-admanager/README.md b/java-admanager/README.md index 573486112316..652ce5545fd1 100644 --- a/java-admanager/README.md +++ b/java-admanager/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.api-ads ad-manager - 0.2.0 + 0.3.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.api-ads:ad-manager:0.2.0' +implementation 'com.google.api-ads:ad-manager:0.3.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.2.0" +libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.3.0" ``` diff --git a/java-advisorynotifications/README.md b/java-advisorynotifications/README.md index f2d1e346c3d3..9beda53b1476 100644 --- a/java-advisorynotifications/README.md +++ b/java-advisorynotifications/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-advisorynotifications - 0.32.0 + 0.33.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-advisorynotifications:0.32.0' +implementation 'com.google.cloud:google-cloud-advisorynotifications:0.33.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.32.0" +libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.33.0" ``` diff --git a/java-aiplatform/README.md b/java-aiplatform/README.md index 435b002e495c..8700f47d3cfb 100644 --- a/java-aiplatform/README.md +++ b/java-aiplatform/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-aiplatform - 3.44.0 + 3.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-aiplatform:3.44.0' +implementation 'com.google.cloud:google-cloud-aiplatform:3.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.45.0" ``` diff --git a/java-alloydb-connectors/README.md b/java-alloydb-connectors/README.md index c68e08902b00..c00f6a4f0b55 100644 --- a/java-alloydb-connectors/README.md +++ b/java-alloydb-connectors/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-alloydb-connectors - 0.21.0 + 0.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.21.0' +implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.22.0" ``` diff --git a/java-alloydb/README.md b/java-alloydb/README.md index bba036c1fea9..01b8a59df351 100644 --- a/java-alloydb/README.md +++ b/java-alloydb/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-alloydb - 0.32.0 + 0.33.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-alloydb:0.32.0' +implementation 'com.google.cloud:google-cloud-alloydb:0.33.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.32.0" +libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.33.0" ``` diff --git a/java-analytics-admin/README.md b/java-analytics-admin/README.md index f07c86724d1d..51d357eea747 100644 --- a/java-analytics-admin/README.md +++ b/java-analytics-admin/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.analytics google-analytics-admin - 0.53.0 + 0.54.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.analytics:google-analytics-admin:0.53.0' +implementation 'com.google.analytics:google-analytics-admin:0.54.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.53.0" +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.54.0" ``` diff --git a/java-analytics-data/README.md b/java-analytics-data/README.md index 80fe06df5dc0..385df0bd3881 100644 --- a/java-analytics-data/README.md +++ b/java-analytics-data/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.analytics google-analytics-data - 0.54.0 + 0.55.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.analytics:google-analytics-data:0.54.0' +implementation 'com.google.analytics:google-analytics-data:0.55.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.54.0" +libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.55.0" ``` diff --git a/java-analyticshub/README.md b/java-analyticshub/README.md index 740c08e8f95b..dca758aca7d4 100644 --- a/java-analyticshub/README.md +++ b/java-analyticshub/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-analyticshub - 0.40.0 + 0.41.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-analyticshub:0.40.0' +implementation 'com.google.cloud:google-cloud-analyticshub:0.41.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.40.0" +libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.41.0" ``` diff --git a/java-api-gateway/README.md b/java-api-gateway/README.md index 3b7447fa67fa..de467c5022f6 100644 --- a/java-api-gateway/README.md +++ b/java-api-gateway/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-api-gateway - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-api-gateway:2.43.0' +implementation 'com.google.cloud:google-cloud-api-gateway:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.44.0" ``` diff --git a/java-apigee-connect/README.md b/java-apigee-connect/README.md index 8a13473a9aa1..de0c738ea08d 100644 --- a/java-apigee-connect/README.md +++ b/java-apigee-connect/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-apigee-connect - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-apigee-connect:2.43.0' +implementation 'com.google.cloud:google-cloud-apigee-connect:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.44.0" ``` diff --git a/java-apigee-registry/README.md b/java-apigee-registry/README.md index 2e559d162d65..da1f49ce16c2 100644 --- a/java-apigee-registry/README.md +++ b/java-apigee-registry/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-apigee-registry - 0.43.0 + 0.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-apigee-registry:0.43.0' +implementation 'com.google.cloud:google-cloud-apigee-registry:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.44.0" ``` diff --git a/java-apikeys/README.md b/java-apikeys/README.md index 1739cfacc62d..c9934659b9fd 100644 --- a/java-apikeys/README.md +++ b/java-apikeys/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-apikeys - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-apikeys:0.41.0' +implementation 'com.google.cloud:google-cloud-apikeys:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.42.0" ``` diff --git a/java-appengine-admin/README.md b/java-appengine-admin/README.md index b84fcebe295d..e95d3e98f8b2 100644 --- a/java-appengine-admin/README.md +++ b/java-appengine-admin/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-appengine-admin - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-appengine-admin:2.43.0' +implementation 'com.google.cloud:google-cloud-appengine-admin:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.44.0" ``` diff --git a/java-apphub/README.md b/java-apphub/README.md index 85f9741c5209..0940a0c09b37 100644 --- a/java-apphub/README.md +++ b/java-apphub/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-apphub - 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-apphub:0.7.0' +implementation 'com.google.cloud:google-cloud-apphub:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.8.0" ``` diff --git a/java-area120-tables/README.md b/java-area120-tables/README.md index 1b242ee16405..8f6d25e811bc 100644 --- a/java-area120-tables/README.md +++ b/java-area120-tables/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.area120 google-area120-tables - 0.47.0 + 0.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.area120:google-area120-tables:0.47.0' +implementation 'com.google.area120:google-area120-tables:0.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.47.0" +libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.48.0" ``` diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md index c6270c8900eb..edec530e8f79 100644 --- a/java-artifact-registry/README.md +++ b/java-artifact-registry/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-artifact-registry - 1.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-artifact-registry:1.42.0' +implementation 'com.google.cloud:google-cloud-artifact-registry:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.43.0" ``` diff --git a/java-asset/README.md b/java-asset/README.md index 273edca73fda..095404f69b01 100644 --- a/java-asset/README.md +++ b/java-asset/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-asset - 3.47.0 + 3.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-asset:3.47.0' +implementation 'com.google.cloud:google-cloud-asset:3.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.48.0" ``` diff --git a/java-assured-workloads/README.md b/java-assured-workloads/README.md index 1ad03d91946b..12af2c8c5149 100644 --- a/java-assured-workloads/README.md +++ b/java-assured-workloads/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-assured-workloads - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-assured-workloads:2.43.0' +implementation 'com.google.cloud:google-cloud-assured-workloads:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.44.0" ``` diff --git a/java-automl/README.md b/java-automl/README.md index 164814df0ffa..f2eaee518d67 100644 --- a/java-automl/README.md +++ b/java-automl/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-automl - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-automl:2.43.0' +implementation 'com.google.cloud:google-cloud-automl:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.44.0" ``` diff --git a/java-backupdr/README.md b/java-backupdr/README.md index 5ea1741c45c7..66ce369be8fe 100644 --- a/java-backupdr/README.md +++ b/java-backupdr/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-backupdr - 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-backupdr:0.2.0' +implementation 'com.google.cloud:google-cloud-backupdr:0.3.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-backupdr" % "0.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-backupdr" % "0.3.0" ``` diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md index deb1da65e2a1..10540ab8ca4a 100644 --- a/java-bare-metal-solution/README.md +++ b/java-bare-metal-solution/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bare-metal-solution - 0.43.0 + 0.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.43.0' +implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.44.0" ``` diff --git a/java-batch/README.md b/java-batch/README.md index 55dfc7023397..a38c9fcd8b2f 100644 --- a/java-batch/README.md +++ b/java-batch/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-batch - 0.43.0 + 0.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-batch:0.43.0' +implementation 'com.google.cloud:google-cloud-batch:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.44.0" ``` diff --git a/java-beyondcorp-appconnections/README.md b/java-beyondcorp-appconnections/README.md index 8c3bd1e09836..7b3be53b4c9c 100644 --- a/java-beyondcorp-appconnections/README.md +++ b/java-beyondcorp-appconnections/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-beyondcorp-appconnections - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-beyondcorp-appconnections:0.41.0' +implementation 'com.google.cloud:google-cloud-beyondcorp-appconnections:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnections" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnections" % "0.42.0" ``` diff --git a/java-beyondcorp-appconnectors/README.md b/java-beyondcorp-appconnectors/README.md index ac64d0761180..1ca65c612310 100644 --- a/java-beyondcorp-appconnectors/README.md +++ b/java-beyondcorp-appconnectors/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-beyondcorp-appconnectors - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-beyondcorp-appconnectors:0.41.0' +implementation 'com.google.cloud:google-cloud-beyondcorp-appconnectors:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnectors" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnectors" % "0.42.0" ``` diff --git a/java-beyondcorp-appgateways/README.md b/java-beyondcorp-appgateways/README.md index 6e625be171c0..211b3bf2848a 100644 --- a/java-beyondcorp-appgateways/README.md +++ b/java-beyondcorp-appgateways/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-beyondcorp-appgateways - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.41.0' +implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.42.0" ``` diff --git a/java-beyondcorp-clientconnectorservices/README.md b/java-beyondcorp-clientconnectorservices/README.md index 4f205f2af264..71916675b5cb 100644 --- a/java-beyondcorp-clientconnectorservices/README.md +++ b/java-beyondcorp-clientconnectorservices/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-beyondcorp-clientconnectorservices - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-beyondcorp-clientconnectorservices:0.41.0' +implementation 'com.google.cloud:google-cloud-beyondcorp-clientconnectorservices:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientconnectorservices" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientconnectorservices" % "0.42.0" ``` diff --git a/java-beyondcorp-clientgateways/README.md b/java-beyondcorp-clientgateways/README.md index 3968ddc606ca..ee351c5b7ca8 100644 --- a/java-beyondcorp-clientgateways/README.md +++ b/java-beyondcorp-clientgateways/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-beyondcorp-clientgateways - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-beyondcorp-clientgateways:0.41.0' +implementation 'com.google.cloud:google-cloud-beyondcorp-clientgateways:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientgateways" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientgateways" % "0.42.0" ``` diff --git a/java-biglake/README.md b/java-biglake/README.md index 041a8b64ea01..4b5cb59a0a86 100644 --- a/java-biglake/README.md +++ b/java-biglake/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-biglake - 0.31.0 + 0.32.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-biglake:0.31.0' +implementation 'com.google.cloud:google-cloud-biglake:0.32.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.31.0" +libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.32.0" ``` diff --git a/java-bigquery-data-exchange/README.md b/java-bigquery-data-exchange/README.md index c9bb3f7fc7f7..c11f6f5c43e8 100644 --- a/java-bigquery-data-exchange/README.md +++ b/java-bigquery-data-exchange/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery-data-exchange - 2.38.0 + 2.39.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:2.38.0' +implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:2.39.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.38.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.39.0" ``` diff --git a/java-bigqueryconnection/README.md b/java-bigqueryconnection/README.md index d3008551a327..7f16c47bf88b 100644 --- a/java-bigqueryconnection/README.md +++ b/java-bigqueryconnection/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigqueryconnection - 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-bigqueryconnection:2.45.0' +implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.46.0" ``` diff --git a/java-bigquerydatapolicy/README.md b/java-bigquerydatapolicy/README.md index 463a5a19765b..bd65737925b3 100644 --- a/java-bigquerydatapolicy/README.md +++ b/java-bigquerydatapolicy/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerydatapolicy - 0.40.0 + 0.41.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerydatapolicy:0.40.0' +implementation 'com.google.cloud:google-cloud-bigquerydatapolicy:0.41.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatapolicy" % "0.40.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatapolicy" % "0.41.0" ``` diff --git a/java-bigquerydatatransfer/README.md b/java-bigquerydatatransfer/README.md index ad6e29d54167..f0803c1fb87f 100644 --- a/java-bigquerydatatransfer/README.md +++ b/java-bigquerydatatransfer/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerydatatransfer - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.43.0' +implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.44.0" ``` diff --git a/java-bigquerymigration/README.md b/java-bigquerymigration/README.md index 84af89660c6b..50487ca7ce43 100644 --- a/java-bigquerymigration/README.md +++ b/java-bigquerymigration/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerymigration - 0.46.0 + 0.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquerymigration:0.46.0' +implementation 'com.google.cloud:google-cloud-bigquerymigration:0.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerymigration" % "0.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerymigration" % "0.47.0" ``` diff --git a/java-bigqueryreservation/README.md b/java-bigqueryreservation/README.md index 77e84d11d56d..21aec7c16cd4 100644 --- a/java-bigqueryreservation/README.md +++ b/java-bigqueryreservation/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-bigqueryreservation - 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-bigqueryreservation:2.44.0' +implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.45.0" ``` diff --git a/java-billing/README.md b/java-billing/README.md index 4039b25cc444..788edc8211cc 100644 --- a/java-billing/README.md +++ b/java-billing/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-billing - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-billing:2.43.0' +implementation 'com.google.cloud:google-cloud-billing:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.44.0" ``` diff --git a/java-billingbudgets/README.md b/java-billingbudgets/README.md index 40a088c451fe..2a63e4c872c6 100644 --- a/java-billingbudgets/README.md +++ b/java-billingbudgets/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-billingbudgets - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-billingbudgets:2.43.0' +implementation 'com.google.cloud:google-cloud-billingbudgets:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.44.0" ``` diff --git a/java-binary-authorization/README.md b/java-binary-authorization/README.md index 8b97b3a5a754..37fc7f15c7b4 100644 --- a/java-binary-authorization/README.md +++ b/java-binary-authorization/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-binary-authorization - 1.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-binary-authorization:1.42.0' +implementation 'com.google.cloud:google-cloud-binary-authorization:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.43.0" ``` diff --git a/java-certificate-manager/README.md b/java-certificate-manager/README.md index f01f4be77eb0..86ebce5c14a6 100644 --- a/java-certificate-manager/README.md +++ b/java-certificate-manager/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-certificate-manager - 0.46.0 + 0.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-certificate-manager:0.46.0' +implementation 'com.google.cloud:google-cloud-certificate-manager:0.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.47.0" ``` diff --git a/java-channel/README.md b/java-channel/README.md index e2588c5406d3..879f077720fa 100644 --- a/java-channel/README.md +++ b/java-channel/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-channel - 3.47.0 + 3.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-channel:3.47.0' +implementation 'com.google.cloud:google-cloud-channel:3.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.48.0" ``` diff --git a/java-chat/README.md b/java-chat/README.md index 61e6b89068cf..e0b1bb11e97d 100644 --- a/java-chat/README.md +++ b/java-chat/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-chat - 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-chat:0.7.0' +implementation 'com.google.cloud:google-cloud-chat:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-chat" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-chat" % "0.8.0" ``` diff --git a/java-cloudbuild/README.md b/java-cloudbuild/README.md index 09889a7be670..3aeac865fb43 100644 --- a/java-cloudbuild/README.md +++ b/java-cloudbuild/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-build - 3.45.0 + 3.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-build:3.45.0' +implementation 'com.google.cloud:google-cloud-build:3.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.46.0" ``` diff --git a/java-cloudcommerceconsumerprocurement/README.md b/java-cloudcommerceconsumerprocurement/README.md index 4c6ec1a12351..ba271cca9350 100644 --- a/java-cloudcommerceconsumerprocurement/README.md +++ b/java-cloudcommerceconsumerprocurement/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-cloudcommerceconsumerprocurement - 0.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.41.0' +implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.42.0" ``` diff --git a/java-cloudcontrolspartner/README.md b/java-cloudcontrolspartner/README.md index 4db841badc61..0610d4651a4a 100644 --- a/java-cloudcontrolspartner/README.md +++ b/java-cloudcontrolspartner/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-cloudcontrolspartner - 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-cloudcontrolspartner:0.7.0' +implementation 'com.google.cloud:google-cloud-cloudcontrolspartner:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudcontrolspartner" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudcontrolspartner" % "0.8.0" ``` diff --git a/java-cloudquotas/README.md b/java-cloudquotas/README.md index 80424cfeea92..81e7f35dac45 100644 --- a/java-cloudquotas/README.md +++ b/java-cloudquotas/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-cloudquotas - 0.11.0 + 0.12.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-cloudquotas:0.11.0' +implementation 'com.google.cloud:google-cloud-cloudquotas:0.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudquotas" % "0.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudquotas" % "0.12.0" ``` diff --git a/java-cloudsupport/README.md b/java-cloudsupport/README.md index 19ac59d6e8a7..09f66c357b4e 100644 --- a/java-cloudsupport/README.md +++ b/java-cloudsupport/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-cloudsupport - 0.27.0 + 0.28.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-cloudsupport:0.27.0' +implementation 'com.google.cloud:google-cloud-cloudsupport:0.28.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.27.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.28.0" ``` diff --git a/java-compute/README.md b/java-compute/README.md index a56c040d5a07..8b09e81353e9 100644 --- a/java-compute/README.md +++ b/java-compute/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-compute - 1.53.0 + 1.54.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-compute:1.53.0' +implementation 'com.google.cloud:google-cloud-compute:1.54.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.53.0" +libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.54.0" ``` diff --git a/java-confidentialcomputing/README.md b/java-confidentialcomputing/README.md index aeb13c8d5aeb..c880ef8eb227 100644 --- a/java-confidentialcomputing/README.md +++ b/java-confidentialcomputing/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-confidentialcomputing - 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-confidentialcomputing:0.29.0' +implementation 'com.google.cloud:google-cloud-confidentialcomputing:0.30.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.29.0" +libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.30.0" ``` diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 32b3d5d2192c..d8cf9bc59e03 100644 --- a/java-contact-center-insights/README.md +++ b/java-contact-center-insights/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-contact-center-insights - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contact-center-insights:2.43.0' +implementation 'com.google.cloud:google-cloud-contact-center-insights:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.44.0" ``` diff --git a/java-container/README.md b/java-container/README.md index 417f53f6346c..d001b3bfa2d2 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-container - 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-container:2.46.0' +implementation 'com.google.cloud:google-cloud-container:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.47.0" ``` diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md index 2a7f8d3d58f0..216a28d63e23 100644 --- a/java-containeranalysis/README.md +++ b/java-containeranalysis/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-containeranalysis - 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-containeranalysis:2.44.0' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.45.0" ``` diff --git a/java-contentwarehouse/README.md b/java-contentwarehouse/README.md index 415dfc86b937..1af888cbab8c 100644 --- a/java-contentwarehouse/README.md +++ b/java-contentwarehouse/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-contentwarehouse - 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-contentwarehouse:0.39.0' +implementation 'com.google.cloud:google-cloud-contentwarehouse:0.40.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.39.0" +libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.40.0" ``` diff --git a/java-data-fusion/README.md b/java-data-fusion/README.md index 2b7ad4019183..80cf404bf50b 100644 --- a/java-data-fusion/README.md +++ b/java-data-fusion/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-data-fusion - 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-data-fusion:1.43.0' +implementation 'com.google.cloud:google-cloud-data-fusion:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.44.0" ``` diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index ea92abc1d2ac..c2a53548bda1 100644 --- a/java-datacatalog/README.md +++ b/java-datacatalog/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datacatalog - 1.49.0 + 1.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datacatalog:1.49.0' +implementation 'com.google.cloud:google-cloud-datacatalog:1.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.50.0" ``` diff --git a/java-dataflow/README.md b/java-dataflow/README.md index eea3478580ce..f4f609a5ce97 100644 --- a/java-dataflow/README.md +++ b/java-dataflow/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dataflow - 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-dataflow:0.47.0' +implementation 'com.google.cloud:google-cloud-dataflow:0.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.48.0" ``` diff --git a/java-dataform/README.md b/java-dataform/README.md index ec664d902483..c495793319ac 100644 --- a/java-dataform/README.md +++ b/java-dataform/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dataform - 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-dataform:0.42.0' +implementation 'com.google.cloud:google-cloud-dataform:0.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.43.0" ``` diff --git a/java-datalabeling/README.md b/java-datalabeling/README.md index 5823681399c9..9ab22207d043 100644 --- a/java-datalabeling/README.md +++ b/java-datalabeling/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datalabeling - 0.163.0 + 0.164.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datalabeling:0.163.0' +implementation 'com.google.cloud:google-cloud-datalabeling:0.164.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.163.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.164.0" ``` diff --git a/java-datalineage/README.md b/java-datalineage/README.md index bede46965371..845498889b68 100644 --- a/java-datalineage/README.md +++ b/java-datalineage/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datalineage - 0.35.0 + 0.36.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datalineage:0.35.0' +implementation 'com.google.cloud:google-cloud-datalineage:0.36.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.35.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.36.0" ``` diff --git a/java-dataplex/README.md b/java-dataplex/README.md index 9c33dd77d364..6024b9dc56e0 100644 --- a/java-dataplex/README.md +++ b/java-dataplex/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dataplex - 1.41.0 + 1.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataplex:1.41.0' +implementation 'com.google.cloud:google-cloud-dataplex:1.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.42.0" ``` diff --git a/java-dataproc-metastore/README.md b/java-dataproc-metastore/README.md index 7bbbfbf5649e..75dbc9569ee7 100644 --- a/java-dataproc-metastore/README.md +++ b/java-dataproc-metastore/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dataproc-metastore - 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-dataproc-metastore:2.44.0' +implementation 'com.google.cloud:google-cloud-dataproc-metastore:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.45.0" ``` diff --git a/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1alpha/pom.xml b/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1alpha/pom.xml index 4d40baab2cec..fc48e6945ea1 100644 --- a/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1alpha/pom.xml +++ b/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-websecurityscanner-v1alpha - 0.131.0-SNAPSHOT + 0.131.0 grpc-google-cloud-websecurityscanner-v1alpha GRPC library for grpc-google-cloud-websecurityscanner-v1alpha com.google.cloud google-cloud-websecurityscanner-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1beta/pom.xml b/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1beta/pom.xml index bb58ce00d5c8..7ea8b9fd4654 100644 --- a/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1beta/pom.xml +++ b/java-websecurityscanner/grpc-google-cloud-websecurityscanner-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-websecurityscanner-v1beta - 0.131.0-SNAPSHOT + 0.131.0 grpc-google-cloud-websecurityscanner-v1beta GRPC library for grpc-google-cloud-websecurityscanner-v1beta com.google.cloud google-cloud-websecurityscanner-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-websecurityscanner/pom.xml b/java-websecurityscanner/pom.xml index 5629d02ff79b..ab922efb8ccd 100644 --- a/java-websecurityscanner/pom.xml +++ b/java-websecurityscanner/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-websecurityscanner-parent pom - 2.44.0-SNAPSHOT + 2.44.0 Google Cloud Web Security Scanner Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.cloud google-cloud-jar-parent - 1.38.0-SNAPSHOT + 1.38.0 ../google-cloud-jar-parent/pom.xml @@ -29,37 +29,37 @@ com.google.api.grpc proto-google-cloud-websecurityscanner-v1alpha - 0.131.0-SNAPSHOT + 0.131.0 com.google.api.grpc proto-google-cloud-websecurityscanner-v1beta - 0.131.0-SNAPSHOT + 0.131.0 com.google.api.grpc proto-google-cloud-websecurityscanner-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc grpc-google-cloud-websecurityscanner-v1alpha - 0.131.0-SNAPSHOT + 0.131.0 com.google.api.grpc grpc-google-cloud-websecurityscanner-v1beta - 0.131.0-SNAPSHOT + 0.131.0 com.google.api.grpc grpc-google-cloud-websecurityscanner-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.cloud google-cloud-websecurityscanner - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/pom.xml b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/pom.xml index 2fd66b76072f..9062454564be 100644 --- a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/pom.xml +++ b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-websecurityscanner-v1 - 2.44.0-SNAPSHOT + 2.44.0 proto-google-cloud-websecurityscanner-v1 PROTO library for proto-google-cloud-websecurityscanner-v1 com.google.cloud google-cloud-websecurityscanner-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/pom.xml b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/pom.xml index fda70234f95f..b0bb91f2701c 100644 --- a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/pom.xml +++ b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-websecurityscanner-v1alpha - 0.131.0-SNAPSHOT + 0.131.0 proto-google-cloud-websecurityscanner-v1alpha PROTO library for proto-google-cloud-websecurityscanner-v1alpha com.google.cloud google-cloud-websecurityscanner-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/pom.xml b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/pom.xml index 7c4f798f5593..ca908e395927 100644 --- a/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/pom.xml +++ b/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-websecurityscanner-v1beta - 0.131.0-SNAPSHOT + 0.131.0 proto-google-cloud-websecurityscanner-v1beta PROTO library for proto-google-cloud-websecurityscanner-v1beta com.google.cloud google-cloud-websecurityscanner-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflow-executions/google-cloud-workflow-executions-bom/pom.xml b/java-workflow-executions/google-cloud-workflow-executions-bom/pom.xml index 8cb0b7b21e32..e53943c37cff 100644 --- a/java-workflow-executions/google-cloud-workflow-executions-bom/pom.xml +++ b/java-workflow-executions/google-cloud-workflow-executions-bom/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.cloud google-cloud-workflow-executions-bom - 2.44.0-SNAPSHOT + 2.44.0 pom com.google.cloud google-cloud-pom-parent - 1.38.0-SNAPSHOT + 1.38.0 ../../google-cloud-pom-parent/pom.xml @@ -27,27 +27,27 @@ com.google.cloud google-cloud-workflow-executions - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflow-executions/google-cloud-workflow-executions/pom.xml b/java-workflow-executions/google-cloud-workflow-executions/pom.xml index 690d799c2a53..af5d7885cea9 100644 --- a/java-workflow-executions/google-cloud-workflow-executions/pom.xml +++ b/java-workflow-executions/google-cloud-workflow-executions/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.google.cloud google-cloud-workflow-executions - 2.44.0-SNAPSHOT + 2.44.0 jar Google Cloud Workflow Executions allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows. com.google.cloud google-cloud-workflow-executions-parent - 2.44.0-SNAPSHOT + 2.44.0 google-cloud-workflow-executions diff --git a/java-workflow-executions/grpc-google-cloud-workflow-executions-v1/pom.xml b/java-workflow-executions/grpc-google-cloud-workflow-executions-v1/pom.xml index 6650eebb07d8..a4d07933dddf 100644 --- a/java-workflow-executions/grpc-google-cloud-workflow-executions-v1/pom.xml +++ b/java-workflow-executions/grpc-google-cloud-workflow-executions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 grpc-google-cloud-workflow-executions-v1 GRPC library for google-cloud-workflow-executions com.google.cloud google-cloud-workflow-executions-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflow-executions/grpc-google-cloud-workflow-executions-v1beta/pom.xml b/java-workflow-executions/grpc-google-cloud-workflow-executions-v1beta/pom.xml index 0aee33777d9a..07841cd52917 100644 --- a/java-workflow-executions/grpc-google-cloud-workflow-executions-v1beta/pom.xml +++ b/java-workflow-executions/grpc-google-cloud-workflow-executions-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 grpc-google-cloud-workflow-executions-v1beta GRPC library for google-cloud-workflow-executions com.google.cloud google-cloud-workflow-executions-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflow-executions/pom.xml b/java-workflow-executions/pom.xml index 89dd2689b14f..a5f764f06901 100644 --- a/java-workflow-executions/pom.xml +++ b/java-workflow-executions/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-workflow-executions-parent pom - 2.44.0-SNAPSHOT + 2.44.0 Google Cloud Workflow Executions Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.cloud google-cloud-jar-parent - 1.38.0-SNAPSHOT + 1.38.0 ../google-cloud-jar-parent/pom.xml @@ -29,27 +29,27 @@ com.google.cloud google-cloud-workflow-executions - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 com.google.api.grpc grpc-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 diff --git a/java-workflow-executions/proto-google-cloud-workflow-executions-v1/pom.xml b/java-workflow-executions/proto-google-cloud-workflow-executions-v1/pom.xml index 8cbbe8f23a37..bf1d30c408ad 100644 --- a/java-workflow-executions/proto-google-cloud-workflow-executions-v1/pom.xml +++ b/java-workflow-executions/proto-google-cloud-workflow-executions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1 - 2.44.0-SNAPSHOT + 2.44.0 proto-google-cloud-workflow-executions-v1 Proto library for google-cloud-workflow-executions com.google.cloud google-cloud-workflow-executions-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/pom.xml b/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/pom.xml index ec7f3cfb6790..a14683ffb616 100644 --- a/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/pom.xml +++ b/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workflow-executions-v1beta - 0.48.0-SNAPSHOT + 0.48.0 proto-google-cloud-workflow-executions-v1beta Proto library for google-cloud-workflow-executions com.google.cloud google-cloud-workflow-executions-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflows/google-cloud-workflows-bom/pom.xml b/java-workflows/google-cloud-workflows-bom/pom.xml index 4c31edbb038d..08704fb9c5c3 100644 --- a/java-workflows/google-cloud-workflows-bom/pom.xml +++ b/java-workflows/google-cloud-workflows-bom/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.cloud google-cloud-workflows-bom - 2.44.0-SNAPSHOT + 2.44.0 pom com.google.cloud google-cloud-pom-parent - 1.38.0-SNAPSHOT + 1.38.0 ../../google-cloud-pom-parent/pom.xml @@ -27,27 +27,27 @@ com.google.cloud google-cloud-workflows - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc grpc-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 com.google.api.grpc grpc-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 com.google.api.grpc proto-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflows/google-cloud-workflows/pom.xml b/java-workflows/google-cloud-workflows/pom.xml index 56f03ad97d44..0929c50a823e 100644 --- a/java-workflows/google-cloud-workflows/pom.xml +++ b/java-workflows/google-cloud-workflows/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.google.cloud google-cloud-workflows - 2.44.0-SNAPSHOT + 2.44.0 jar Google Cloud Workflows allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows. com.google.cloud google-cloud-workflows-parent - 2.44.0-SNAPSHOT + 2.44.0 google-cloud-workflows diff --git a/java-workflows/grpc-google-cloud-workflows-v1/pom.xml b/java-workflows/grpc-google-cloud-workflows-v1/pom.xml index df75c9613bae..2d61c1c8d6c1 100644 --- a/java-workflows/grpc-google-cloud-workflows-v1/pom.xml +++ b/java-workflows/grpc-google-cloud-workflows-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 grpc-google-cloud-workflows-v1 GRPC library for google-cloud-workflows com.google.cloud google-cloud-workflows-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflows/grpc-google-cloud-workflows-v1beta/pom.xml b/java-workflows/grpc-google-cloud-workflows-v1beta/pom.xml index d3e452deba1c..b08fda36df52 100644 --- a/java-workflows/grpc-google-cloud-workflows-v1beta/pom.xml +++ b/java-workflows/grpc-google-cloud-workflows-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 grpc-google-cloud-workflows-v1beta GRPC library for google-cloud-workflows com.google.cloud google-cloud-workflows-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflows/pom.xml b/java-workflows/pom.xml index 5a919374378f..6ef012dc0960 100644 --- a/java-workflows/pom.xml +++ b/java-workflows/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-workflows-parent pom - 2.44.0-SNAPSHOT + 2.44.0 Google Cloud Workflows Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.cloud google-cloud-jar-parent - 1.38.0-SNAPSHOT + 1.38.0 ../google-cloud-jar-parent/pom.xml @@ -29,27 +29,27 @@ com.google.cloud google-cloud-workflows - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc grpc-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 com.google.api.grpc proto-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 com.google.api.grpc grpc-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 diff --git a/java-workflows/proto-google-cloud-workflows-v1/pom.xml b/java-workflows/proto-google-cloud-workflows-v1/pom.xml index 75319b6d0687..9444ffc4eef3 100644 --- a/java-workflows/proto-google-cloud-workflows-v1/pom.xml +++ b/java-workflows/proto-google-cloud-workflows-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workflows-v1 - 2.44.0-SNAPSHOT + 2.44.0 proto-google-cloud-workflows-v1 Proto library for google-cloud-workflows com.google.cloud google-cloud-workflows-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workflows/proto-google-cloud-workflows-v1beta/pom.xml b/java-workflows/proto-google-cloud-workflows-v1beta/pom.xml index 223bd7d087f1..2cb8eb148a3f 100644 --- a/java-workflows/proto-google-cloud-workflows-v1beta/pom.xml +++ b/java-workflows/proto-google-cloud-workflows-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workflows-v1beta - 0.50.0-SNAPSHOT + 0.50.0 proto-google-cloud-workflows-v1beta Proto library for google-cloud-workflows com.google.cloud google-cloud-workflows-parent - 2.44.0-SNAPSHOT + 2.44.0 diff --git a/java-workspaceevents/google-cloud-workspaceevents-bom/pom.xml b/java-workspaceevents/google-cloud-workspaceevents-bom/pom.xml index 9f57c5e1c9d0..3191a656d76f 100644 --- a/java-workspaceevents/google-cloud-workspaceevents-bom/pom.xml +++ b/java-workspaceevents/google-cloud-workspaceevents-bom/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.cloud google-cloud-workspaceevents-bom - 0.8.0-SNAPSHOT + 0.8.0 pom com.google.cloud google-cloud-pom-parent - 1.38.0-SNAPSHOT + 1.38.0 ../../google-cloud-pom-parent/pom.xml @@ -27,17 +27,17 @@ com.google.cloud google-cloud-workspaceevents - 0.8.0-SNAPSHOT + 0.8.0 com.google.api.grpc grpc-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 com.google.api.grpc proto-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/java-workspaceevents/google-cloud-workspaceevents/pom.xml b/java-workspaceevents/google-cloud-workspaceevents/pom.xml index 28e62c8c041e..14d139093549 100644 --- a/java-workspaceevents/google-cloud-workspaceevents/pom.xml +++ b/java-workspaceevents/google-cloud-workspaceevents/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.google.cloud google-cloud-workspaceevents - 0.8.0-SNAPSHOT + 0.8.0 jar Google Google Workspace Events API Google Workspace Events API The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications. com.google.cloud google-cloud-workspaceevents-parent - 0.8.0-SNAPSHOT + 0.8.0 google-cloud-workspaceevents diff --git a/java-workspaceevents/grpc-google-cloud-workspaceevents-v1/pom.xml b/java-workspaceevents/grpc-google-cloud-workspaceevents-v1/pom.xml index 63d588705d67..363b25ec3d43 100644 --- a/java-workspaceevents/grpc-google-cloud-workspaceevents-v1/pom.xml +++ b/java-workspaceevents/grpc-google-cloud-workspaceevents-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 grpc-google-cloud-workspaceevents-v1 GRPC library for google-cloud-workspaceevents com.google.cloud google-cloud-workspaceevents-parent - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/java-workspaceevents/pom.xml b/java-workspaceevents/pom.xml index 226c2c8a6f62..efa1dc151111 100644 --- a/java-workspaceevents/pom.xml +++ b/java-workspaceevents/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-workspaceevents-parent pom - 0.8.0-SNAPSHOT + 0.8.0 Google Google Workspace Events API Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.cloud google-cloud-jar-parent - 1.38.0-SNAPSHOT + 1.38.0 ../google-cloud-jar-parent/pom.xml @@ -29,17 +29,17 @@ com.google.cloud google-cloud-workspaceevents - 0.8.0-SNAPSHOT + 0.8.0 com.google.api.grpc grpc-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 com.google.api.grpc proto-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/java-workspaceevents/proto-google-cloud-workspaceevents-v1/pom.xml b/java-workspaceevents/proto-google-cloud-workspaceevents-v1/pom.xml index 7a950bb9b188..0e95a817e7f7 100644 --- a/java-workspaceevents/proto-google-cloud-workspaceevents-v1/pom.xml +++ b/java-workspaceevents/proto-google-cloud-workspaceevents-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workspaceevents-v1 - 0.8.0-SNAPSHOT + 0.8.0 proto-google-cloud-workspaceevents-v1 Proto library for google-cloud-workspaceevents com.google.cloud google-cloud-workspaceevents-parent - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/java-workstations/google-cloud-workstations-bom/pom.xml b/java-workstations/google-cloud-workstations-bom/pom.xml index 31733019d746..2159843e860e 100644 --- a/java-workstations/google-cloud-workstations-bom/pom.xml +++ b/java-workstations/google-cloud-workstations-bom/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.cloud google-cloud-workstations-bom - 0.32.0-SNAPSHOT + 0.32.0 pom com.google.cloud google-cloud-pom-parent - 1.38.0-SNAPSHOT + 1.38.0 ../../google-cloud-pom-parent/pom.xml @@ -27,27 +27,27 @@ com.google.cloud google-cloud-workstations - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc grpc-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc grpc-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc proto-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc proto-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 diff --git a/java-workstations/google-cloud-workstations/pom.xml b/java-workstations/google-cloud-workstations/pom.xml index 4446ad2da52a..6846ef0c59ea 100644 --- a/java-workstations/google-cloud-workstations/pom.xml +++ b/java-workstations/google-cloud-workstations/pom.xml @@ -3,14 +3,14 @@ 4.0.0 com.google.cloud google-cloud-workstations - 0.32.0-SNAPSHOT + 0.32.0 jar Google Cloud Workstations Cloud Workstations Fully managed development environments built to meet the needs of security-sensitive enterprises. It enhances the security of development environments while accelerating developer onboarding and productivity. com.google.cloud google-cloud-workstations-parent - 0.32.0-SNAPSHOT + 0.32.0 google-cloud-workstations diff --git a/java-workstations/grpc-google-cloud-workstations-v1/pom.xml b/java-workstations/grpc-google-cloud-workstations-v1/pom.xml index 306d24c0cbab..0e64dee88d74 100644 --- a/java-workstations/grpc-google-cloud-workstations-v1/pom.xml +++ b/java-workstations/grpc-google-cloud-workstations-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 grpc-google-cloud-workstations-v1 GRPC library for google-cloud-workstations com.google.cloud google-cloud-workstations-parent - 0.32.0-SNAPSHOT + 0.32.0 diff --git a/java-workstations/grpc-google-cloud-workstations-v1beta/pom.xml b/java-workstations/grpc-google-cloud-workstations-v1beta/pom.xml index caefd6cec503..4a9c3e265a99 100644 --- a/java-workstations/grpc-google-cloud-workstations-v1beta/pom.xml +++ b/java-workstations/grpc-google-cloud-workstations-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 grpc-google-cloud-workstations-v1beta GRPC library for google-cloud-workstations com.google.cloud google-cloud-workstations-parent - 0.32.0-SNAPSHOT + 0.32.0 diff --git a/java-workstations/pom.xml b/java-workstations/pom.xml index 3059ca2d2205..4c0a7f886e10 100644 --- a/java-workstations/pom.xml +++ b/java-workstations/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-workstations-parent pom - 0.32.0-SNAPSHOT + 0.32.0 Google Cloud Workstations Parent Java idiomatic client for Google Cloud Platform services. @@ -13,7 +13,7 @@ com.google.cloud google-cloud-jar-parent - 1.38.0-SNAPSHOT + 1.38.0 ../google-cloud-jar-parent/pom.xml @@ -29,27 +29,27 @@ com.google.cloud google-cloud-workstations - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc proto-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc grpc-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc grpc-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 com.google.api.grpc proto-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 diff --git a/java-workstations/proto-google-cloud-workstations-v1/pom.xml b/java-workstations/proto-google-cloud-workstations-v1/pom.xml index a5034c743afc..f3329462c131 100644 --- a/java-workstations/proto-google-cloud-workstations-v1/pom.xml +++ b/java-workstations/proto-google-cloud-workstations-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workstations-v1 - 0.32.0-SNAPSHOT + 0.32.0 proto-google-cloud-workstations-v1 Proto library for google-cloud-workstations com.google.cloud google-cloud-workstations-parent - 0.32.0-SNAPSHOT + 0.32.0 diff --git a/java-workstations/proto-google-cloud-workstations-v1beta/pom.xml b/java-workstations/proto-google-cloud-workstations-v1beta/pom.xml index 4bf1f9807be1..b1b9ed12a426 100644 --- a/java-workstations/proto-google-cloud-workstations-v1beta/pom.xml +++ b/java-workstations/proto-google-cloud-workstations-v1beta/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-workstations-v1beta - 0.32.0-SNAPSHOT + 0.32.0 proto-google-cloud-workstations-v1beta Proto library for google-cloud-workstations com.google.cloud google-cloud-workstations-parent - 0.32.0-SNAPSHOT + 0.32.0