From 3334bddddcebf418eee97cc36ac528332e966a89 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:12:37 +0000 Subject: [PATCH] chore(main): release 1.39.0 --- 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 +++--- java-dataproc/README.md | 6 +++--- java-datastream/README.md | 6 +++--- java-debugger-client/README.md | 6 +++--- java-deploy/README.md | 6 +++--- java-developerconnect/README.md | 6 +++--- java-dialogflow-cx/README.md | 6 +++--- java-dialogflow/README.md | 6 +++--- java-discoveryengine/README.md | 6 +++--- java-distributedcloudedge/README.md | 6 +++--- java-dlp/README.md | 6 +++--- java-dms/README.md | 6 +++--- java-dns/README.md | 6 +++--- java-document-ai/README.md | 6 +++--- java-domains/README.md | 6 +++--- java-edgenetwork/README.md | 6 +++--- java-enterpriseknowledgegraph/README.md | 6 +++--- java-errorreporting/README.md | 6 +++--- java-essential-contacts/README.md | 6 +++--- java-eventarc-publishing/README.md | 6 +++--- java-eventarc/README.md | 6 +++--- java-filestore/README.md | 6 +++--- java-functions/README.md | 6 +++--- java-gke-backup/README.md | 6 +++--- java-gke-connect-gateway/README.md | 6 +++--- java-gke-multi-cloud/README.md | 6 +++--- java-gkehub/README.md | 6 +++--- java-grafeas/README.md | 6 +++--- java-gsuite-addons/README.md | 6 +++--- java-iam-admin/README.md | 6 +++--- java-iam/README.md | 6 +++--- java-iamcredentials/README.md | 6 +++--- java-iap/README.md | 6 +++--- java-ids/README.md | 6 +++--- java-infra-manager/README.md | 6 +++--- java-iot/README.md | 6 +++--- java-kms/README.md | 6 +++--- java-kmsinventory/README.md | 6 +++--- java-language/README.md | 6 +++--- java-life-sciences/README.md | 6 +++--- java-managed-identities/README.md | 6 +++--- java-maps-addressvalidation/README.md | 6 +++--- java-maps-mapsplatformdatasets/README.md | 6 +++--- java-maps-places/README.md | 6 +++--- java-maps-routeoptimization/README.md | 6 +++--- java-maps-routing/README.md | 6 +++--- java-maps-solar/README.md | 6 +++--- java-mediatranslation/README.md | 6 +++--- java-meet/README.md | 6 +++--- java-memcache/README.md | 6 +++--- java-migrationcenter/README.md | 6 +++--- java-monitoring-dashboards/README.md | 6 +++--- java-monitoring-metricsscope/README.md | 6 +++--- java-monitoring/README.md | 6 +++--- java-netapp/README.md | 6 +++--- java-network-management/README.md | 6 +++--- java-network-security/README.md | 6 +++--- java-networkconnectivity/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 +++--- 98 files changed, 294 insertions(+), 294 deletions(-) diff --git a/java-cloudsupport/README.md b/java-cloudsupport/README.md index 27f113be1631..74e6bd715a00 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.28.0 + 0.29.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-cloudsupport:0.28.0' +implementation 'com.google.cloud:google-cloud-cloudsupport:0.29.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.28.0" +libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.29.0" ``` diff --git a/java-compute/README.md b/java-compute/README.md index 61510a2ec768..c3b93b003aa4 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.54.0 + 1.55.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-compute:1.54.0' +implementation 'com.google.cloud:google-cloud-compute:1.55.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.54.0" +libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.55.0" ``` diff --git a/java-confidentialcomputing/README.md b/java-confidentialcomputing/README.md index c36fd964d377..53def74886b1 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.30.0 + 0.31.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-confidentialcomputing:0.30.0' +implementation 'com.google.cloud:google-cloud-confidentialcomputing:0.31.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.30.0" +libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.31.0" ``` diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 27a4422cb594..9ed7721460ad 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.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contact-center-insights:2.44.0' +implementation 'com.google.cloud:google-cloud-contact-center-insights:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.45.0" ``` diff --git a/java-container/README.md b/java-container/README.md index 6ca877aff106..182ee3a4542a 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-container:2.47.0' +implementation 'com.google.cloud:google-cloud-container:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.48.0" ``` diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md index b2f78e5b15dc..2a08cd77af94 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.45.0 + 2.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-containeranalysis:2.45.0' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.46.0" ``` diff --git a/java-contentwarehouse/README.md b/java-contentwarehouse/README.md index 62fbcae39b8f..d5ed9ef239d3 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.40.0 + 0.41.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contentwarehouse:0.40.0' +implementation 'com.google.cloud:google-cloud-contentwarehouse:0.41.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.40.0" +libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.41.0" ``` diff --git a/java-data-fusion/README.md b/java-data-fusion/README.md index 2d2b27582d27..a16497683228 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.44.0 + 1.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-data-fusion:1.44.0' +implementation 'com.google.cloud:google-cloud-data-fusion:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.45.0" ``` diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index 68daca08a2e2..a333dd72eaf0 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.50.0 + 1.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datacatalog:1.50.0' +implementation 'com.google.cloud:google-cloud-datacatalog:1.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.51.0" ``` diff --git a/java-dataflow/README.md b/java-dataflow/README.md index d8f9ddafc19d..173ab4842d0d 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.48.0 + 0.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataflow:0.48.0' +implementation 'com.google.cloud:google-cloud-dataflow:0.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.49.0" ``` diff --git a/java-dataform/README.md b/java-dataform/README.md index 4648a902b518..bb7047baaccc 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.43.0 + 0.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataform:0.43.0' +implementation 'com.google.cloud:google-cloud-dataform:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.44.0" ``` diff --git a/java-datalabeling/README.md b/java-datalabeling/README.md index ef4485f99db3..7b7fe38ecede 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.164.0 + 0.165.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datalabeling:0.164.0' +implementation 'com.google.cloud:google-cloud-datalabeling:0.165.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.164.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.165.0" ``` diff --git a/java-datalineage/README.md b/java-datalineage/README.md index eca5902f29c1..e586228d782e 100644 --- a/java-datalineage/README.md +++ b/java-datalineage/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datalineage - 0.36.0 + 0.37.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datalineage:0.36.0' +implementation 'com.google.cloud:google-cloud-datalineage:0.37.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.36.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.37.0" ``` diff --git a/java-dataplex/README.md b/java-dataplex/README.md index 8045f86d9f7d..73e24248374e 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.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataplex:1.42.0' +implementation 'com.google.cloud:google-cloud-dataplex:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.43.0" ``` diff --git a/java-dataproc-metastore/README.md b/java-dataproc-metastore/README.md index 1ff4bb7fbe38..02b348dedbb5 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.45.0 + 2.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataproc-metastore:2.45.0' +implementation 'com.google.cloud:google-cloud-dataproc-metastore:2.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.46.0" ``` diff --git a/java-dataproc/README.md b/java-dataproc/README.md index e99a2ad7ba08..87e8ab0e4bfb 100644 --- a/java-dataproc/README.md +++ b/java-dataproc/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 - 4.41.0 + 4.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataproc:4.41.0' +implementation 'com.google.cloud:google-cloud-dataproc:4.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.42.0" ``` diff --git a/java-datastream/README.md b/java-datastream/README.md index 30c5df422d02..c9b3e20d2d96 100644 --- a/java-datastream/README.md +++ b/java-datastream/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-datastream - 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-datastream:1.43.0' +implementation 'com.google.cloud:google-cloud-datastream:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.44.0" ``` diff --git a/java-debugger-client/README.md b/java-debugger-client/README.md index e6b2c1f448b5..d9e999c2f134 100644 --- a/java-debugger-client/README.md +++ b/java-debugger-client/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-debugger-client - 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-debugger-client:1.44.0' +implementation 'com.google.cloud:google-cloud-debugger-client:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.45.0" ``` diff --git a/java-deploy/README.md b/java-deploy/README.md index 5164a5281ce8..8ba9a862eecd 100644 --- a/java-deploy/README.md +++ b/java-deploy/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-deploy - 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-deploy:1.42.0' +implementation 'com.google.cloud:google-cloud-deploy:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.43.0" ``` diff --git a/java-developerconnect/README.md b/java-developerconnect/README.md index bace0aa7d156..d29a530c0831 100644 --- a/java-developerconnect/README.md +++ b/java-developerconnect/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-developerconnect - 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-developerconnect:0.1.0' +implementation 'com.google.cloud:google-cloud-developerconnect:0.2.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-developerconnect" % "0.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-developerconnect" % "0.2.0" ``` diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md index 9f97c7fe6b46..3651510cafa6 100644 --- a/java-dialogflow-cx/README.md +++ b/java-dialogflow-cx/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dialogflow-cx - 0.55.0 + 0.56.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.55.0' +implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.56.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.55.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.56.0" ``` diff --git a/java-dialogflow/README.md b/java-dialogflow/README.md index 2640c874ec37..8aa6d65df786 100644 --- a/java-dialogflow/README.md +++ b/java-dialogflow/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dialogflow - 4.50.0 + 4.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow:4.50.0' +implementation 'com.google.cloud:google-cloud-dialogflow:4.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.51.0" ``` diff --git a/java-discoveryengine/README.md b/java-discoveryengine/README.md index 5aa1987981d5..af0bb108965b 100644 --- a/java-discoveryengine/README.md +++ b/java-discoveryengine/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-discoveryengine - 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-discoveryengine:0.40.0' +implementation 'com.google.cloud:google-cloud-discoveryengine:0.41.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.40.0" +libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.41.0" ``` diff --git a/java-distributedcloudedge/README.md b/java-distributedcloudedge/README.md index be7d0b8765b0..ca169d24dd10 100644 --- a/java-distributedcloudedge/README.md +++ b/java-distributedcloudedge/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-distributedcloudedge - 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-distributedcloudedge:0.41.0' +implementation 'com.google.cloud:google-cloud-distributedcloudedge:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.42.0" ``` diff --git a/java-dlp/README.md b/java-dlp/README.md index dd7e65faf9d9..6b6ffadf7f32 100644 --- a/java-dlp/README.md +++ b/java-dlp/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dlp - 3.48.0 + 3.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dlp:3.48.0' +implementation 'com.google.cloud:google-cloud-dlp:3.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.49.0" ``` diff --git a/java-dms/README.md b/java-dms/README.md index 33901a2c778f..8fae8dd1b1b4 100644 --- a/java-dms/README.md +++ b/java-dms/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dms - 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-dms:2.43.0' +implementation 'com.google.cloud:google-cloud-dms:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.44.0" ``` diff --git a/java-dns/README.md b/java-dns/README.md index 7d78e5c67ac7..454f19d92474 100644 --- a/java-dns/README.md +++ b/java-dns/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-dns - 2.42.0 + 2.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dns:2.42.0' +implementation 'com.google.cloud:google-cloud-dns:2.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.43.0" ``` diff --git a/java-document-ai/README.md b/java-document-ai/README.md index 3d8a3d72b575..82b0bc43d99d 100644 --- a/java-document-ai/README.md +++ b/java-document-ai/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-document-ai - 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-document-ai:2.48.0' +implementation 'com.google.cloud:google-cloud-document-ai:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.49.0" ``` diff --git a/java-domains/README.md b/java-domains/README.md index f89328059bff..fb6ca7244142 100644 --- a/java-domains/README.md +++ b/java-domains/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-domains - 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-domains:1.41.0' +implementation 'com.google.cloud:google-cloud-domains:1.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.42.0" ``` diff --git a/java-edgenetwork/README.md b/java-edgenetwork/README.md index 49d942048471..72b9d4ee9dd5 100644 --- a/java-edgenetwork/README.md +++ b/java-edgenetwork/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-edgenetwork - 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-edgenetwork:0.12.0' +implementation 'com.google.cloud:google-cloud-edgenetwork:0.13.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.12.0" +libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.13.0" ``` diff --git a/java-enterpriseknowledgegraph/README.md b/java-enterpriseknowledgegraph/README.md index 3947b43bc5e0..b3a20e0ddb0d 100644 --- a/java-enterpriseknowledgegraph/README.md +++ b/java-enterpriseknowledgegraph/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-enterpriseknowledgegraph - 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-enterpriseknowledgegraph:0.40.0' +implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.41.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.40.0" +libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.41.0" ``` diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index 0134048589ec..069de9d0338f 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-errorreporting - 0.165.0-beta + 0.166.0-beta ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-errorreporting:0.165.0-beta' +implementation 'com.google.cloud:google-cloud-errorreporting:0.166.0-beta' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.165.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.166.0-beta" ``` diff --git a/java-essential-contacts/README.md b/java-essential-contacts/README.md index c6779dc846fd..421a2b9e932e 100644 --- a/java-essential-contacts/README.md +++ b/java-essential-contacts/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-essential-contacts - 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-essential-contacts:2.44.0' +implementation 'com.google.cloud:google-cloud-essential-contacts:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.45.0" ``` diff --git a/java-eventarc-publishing/README.md b/java-eventarc-publishing/README.md index 820a3bf91534..bf9d317ea31e 100644 --- a/java-eventarc-publishing/README.md +++ b/java-eventarc-publishing/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-eventarc-publishing - 0.44.0 + 0.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.44.0' +implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.45.0" ``` diff --git a/java-eventarc/README.md b/java-eventarc/README.md index 378fe16571e1..fcbc602d2c7f 100644 --- a/java-eventarc/README.md +++ b/java-eventarc/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-eventarc - 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-eventarc:1.44.0' +implementation 'com.google.cloud:google-cloud-eventarc:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.45.0" ``` diff --git a/java-filestore/README.md b/java-filestore/README.md index a50aa7c9e1f8..177ef2ad316a 100644 --- a/java-filestore/README.md +++ b/java-filestore/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-filestore - 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-filestore:1.45.0' +implementation 'com.google.cloud:google-cloud-filestore:1.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.46.0" ``` diff --git a/java-functions/README.md b/java-functions/README.md index b038a6c6ca79..c98270bb3bb3 100644 --- a/java-functions/README.md +++ b/java-functions/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-functions - 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-functions:2.46.0' +implementation 'com.google.cloud:google-cloud-functions:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.47.0" ``` diff --git a/java-gke-backup/README.md b/java-gke-backup/README.md index 6e330117b3e6..48c712720203 100644 --- a/java-gke-backup/README.md +++ b/java-gke-backup/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-gke-backup - 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-gke-backup:0.43.0' +implementation 'com.google.cloud:google-cloud-gke-backup:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.44.0" ``` diff --git a/java-gke-connect-gateway/README.md b/java-gke-connect-gateway/README.md index a3abbc463dc7..a38019549ba9 100644 --- a/java-gke-connect-gateway/README.md +++ b/java-gke-connect-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-gke-connect-gateway - 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-gke-connect-gateway:0.45.0' +implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.46.0" ``` diff --git a/java-gke-multi-cloud/README.md b/java-gke-multi-cloud/README.md index 8fee8febd81d..22b1e39db575 100644 --- a/java-gke-multi-cloud/README.md +++ b/java-gke-multi-cloud/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-gke-multi-cloud - 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-gke-multi-cloud:0.43.0' +implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.44.0" ``` diff --git a/java-gkehub/README.md b/java-gkehub/README.md index 3c5527f6cd48..f14b730f7b66 100644 --- a/java-gkehub/README.md +++ b/java-gkehub/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-gkehub - 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-gkehub:1.44.0' +implementation 'com.google.cloud:google-cloud-gkehub:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.45.0" ``` diff --git a/java-grafeas/README.md b/java-grafeas/README.md index 0e7c65fb28ad..3d656b5335c3 100644 --- a/java-grafeas/README.md +++ b/java-grafeas/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: io.grafeas grafeas - 2.45.0 + 2.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'io.grafeas:grafeas:2.45.0' +implementation 'io.grafeas:grafeas:2.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "io.grafeas" % "grafeas" % "2.45.0" +libraryDependencies += "io.grafeas" % "grafeas" % "2.46.0" ``` diff --git a/java-gsuite-addons/README.md b/java-gsuite-addons/README.md index dfb9216bc2ec..7f191aeb0765 100644 --- a/java-gsuite-addons/README.md +++ b/java-gsuite-addons/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-gsuite-addons - 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-gsuite-addons:2.44.0' +implementation 'com.google.cloud:google-cloud-gsuite-addons:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.45.0" ``` diff --git a/java-iam-admin/README.md b/java-iam-admin/README.md index 008ced5fc274..e738cdef6162 100644 --- a/java-iam-admin/README.md +++ b/java-iam-admin/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-iam-admin - 3.39.0 + 3.40.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-iam-admin:3.39.0' +implementation 'com.google.cloud:google-iam-admin:3.40.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.39.0" +libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.40.0" ``` diff --git a/java-iam/README.md b/java-iam/README.md index 7978490a8a75..46f7d19e32d0 100644 --- a/java-iam/README.md +++ b/java-iam/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-iam-policy - 1.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-iam-policy:1.42.0' +implementation 'com.google.cloud:google-iam-policy:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.43.0" ``` diff --git a/java-iamcredentials/README.md b/java-iamcredentials/README.md index 2389f57175ba..878b75902cfe 100644 --- a/java-iamcredentials/README.md +++ b/java-iamcredentials/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-iamcredentials - 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-iamcredentials:2.44.0' +implementation 'com.google.cloud:google-cloud-iamcredentials:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.45.0" ``` diff --git a/java-iap/README.md b/java-iap/README.md index d4422bdacdb1..a071fd42a427 100644 --- a/java-iap/README.md +++ b/java-iap/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-iap - 0.0.0 + 0.1.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-iap:0.0.0' +implementation 'com.google.cloud:google-cloud-iap:0.1.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.1.0" ``` diff --git a/java-ids/README.md b/java-ids/README.md index c7fc0499e5ec..aaa584d56031 100644 --- a/java-ids/README.md +++ b/java-ids/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-ids - 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-ids:1.43.0' +implementation 'com.google.cloud:google-cloud-ids:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.44.0" ``` diff --git a/java-infra-manager/README.md b/java-infra-manager/README.md index 9e4616aebff8..6bd698c45be0 100644 --- a/java-infra-manager/README.md +++ b/java-infra-manager/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-infra-manager - 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-infra-manager:0.21.0' +implementation 'com.google.cloud:google-cloud-infra-manager:0.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.22.0" ``` diff --git a/java-iot/README.md b/java-iot/README.md index 5c79ff5900f6..c68bed34208b 100644 --- a/java-iot/README.md +++ b/java-iot/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-iot - 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-iot:2.44.0' +implementation 'com.google.cloud:google-cloud-iot:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.45.0" ``` diff --git a/java-kms/README.md b/java-kms/README.md index 6bf239c78423..c85386f2a1e5 100644 --- a/java-kms/README.md +++ b/java-kms/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-kms - 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-kms:2.47.0' +implementation 'com.google.cloud:google-cloud-kms:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.48.0" ``` diff --git a/java-kmsinventory/README.md b/java-kmsinventory/README.md index 4baa2a9eae1b..73c5e90bee60 100644 --- a/java-kmsinventory/README.md +++ b/java-kmsinventory/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-kmsinventory - 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-kmsinventory:0.33.0' +implementation 'com.google.cloud:google-cloud-kmsinventory:0.34.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.33.0" +libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.34.0" ``` diff --git a/java-language/README.md b/java-language/README.md index 32a9a6daea33..b774c8b95921 100644 --- a/java-language/README.md +++ b/java-language/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-language - 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-language:2.45.0' +implementation 'com.google.cloud:google-cloud-language:2.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.46.0" ``` diff --git a/java-life-sciences/README.md b/java-life-sciences/README.md index 25c9908d4a3f..c25c86eb21ff 100644 --- a/java-life-sciences/README.md +++ b/java-life-sciences/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-life-sciences - 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-life-sciences:0.46.0' +implementation 'com.google.cloud:google-cloud-life-sciences:0.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.47.0" ``` diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index 9ea842f09e87..47960dbb4592 100644 --- a/java-managed-identities/README.md +++ b/java-managed-identities/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-managed-identities - 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-managed-identities:1.42.0' +implementation 'com.google.cloud:google-cloud-managed-identities:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.43.0" ``` diff --git a/java-maps-addressvalidation/README.md b/java-maps-addressvalidation/README.md index 01b82ddf079c..ead392be53cc 100644 --- a/java-maps-addressvalidation/README.md +++ b/java-maps-addressvalidation/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-addressvalidation - 0.38.0 + 0.39.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-addressvalidation:0.38.0' +implementation 'com.google.maps:google-maps-addressvalidation:0.39.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.38.0" +libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.39.0" ``` diff --git a/java-maps-mapsplatformdatasets/README.md b/java-maps-mapsplatformdatasets/README.md index d97ac90ba075..499f05155cd2 100644 --- a/java-maps-mapsplatformdatasets/README.md +++ b/java-maps-mapsplatformdatasets/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-mapsplatformdatasets - 0.33.0 + 0.34.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.33.0' +implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.34.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.33.0" +libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.34.0" ``` diff --git a/java-maps-places/README.md b/java-maps-places/README.md index c1f205c09fac..54326f444ea9 100644 --- a/java-maps-places/README.md +++ b/java-maps-places/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-places - 0.15.0 + 0.16.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-places:0.15.0' +implementation 'com.google.maps:google-maps-places:0.16.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-places" % "0.15.0" +libraryDependencies += "com.google.maps" % "google-maps-places" % "0.16.0" ``` diff --git a/java-maps-routeoptimization/README.md b/java-maps-routeoptimization/README.md index abfa4ac6d4f9..c74c80190a8e 100644 --- a/java-maps-routeoptimization/README.md +++ b/java-maps-routeoptimization/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-routeoptimization - 0.2.0 + 0.3.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-routeoptimization:0.2.0' +implementation 'com.google.maps:google-maps-routeoptimization:0.3.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-routeoptimization" % "0.2.0" +libraryDependencies += "com.google.maps" % "google-maps-routeoptimization" % "0.3.0" ``` diff --git a/java-maps-routing/README.md b/java-maps-routing/README.md index 40a25528b1f6..96f6d9fa4f73 100644 --- a/java-maps-routing/README.md +++ b/java-maps-routing/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-routing - 1.29.0 + 1.30.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-routing:1.29.0' +implementation 'com.google.maps:google-maps-routing:1.30.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.29.0" +libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.30.0" ``` diff --git a/java-maps-solar/README.md b/java-maps-solar/README.md index 343451f18c2e..d57c6b125252 100644 --- a/java-maps-solar/README.md +++ b/java-maps-solar/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.maps google-maps-solar - 0.3.0 + 0.4.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-solar:0.3.0' +implementation 'com.google.maps:google-maps-solar:0.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.3.0" +libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.4.0" ``` diff --git a/java-mediatranslation/README.md b/java-mediatranslation/README.md index 01170e6c4bbb..7342ad74bee5 100644 --- a/java-mediatranslation/README.md +++ b/java-mediatranslation/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-mediatranslation - 0.50.0 + 0.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-mediatranslation:0.50.0' +implementation 'com.google.cloud:google-cloud-mediatranslation:0.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.51.0" ``` diff --git a/java-meet/README.md b/java-meet/README.md index edbf5e54a428..497a025d26ae 100644 --- a/java-meet/README.md +++ b/java-meet/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-meet - 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-meet:0.11.0' +implementation 'com.google.cloud:google-cloud-meet:0.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.12.0" ``` diff --git a/java-memcache/README.md b/java-memcache/README.md index b45566a3160f..39b7012c0b2a 100644 --- a/java-memcache/README.md +++ b/java-memcache/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-memcache - 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-memcache:2.44.0' +implementation 'com.google.cloud:google-cloud-memcache:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.45.0" ``` diff --git a/java-migrationcenter/README.md b/java-migrationcenter/README.md index 1b8da6818cf3..ba967f7fad3d 100644 --- a/java-migrationcenter/README.md +++ b/java-migrationcenter/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-migrationcenter - 0.26.0 + 0.27.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-migrationcenter:0.26.0' +implementation 'com.google.cloud:google-cloud-migrationcenter:0.27.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.26.0" +libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.27.0" ``` diff --git a/java-monitoring-dashboards/README.md b/java-monitoring-dashboards/README.md index b39b60a07183..142e34eb5b7f 100644 --- a/java-monitoring-dashboards/README.md +++ b/java-monitoring-dashboards/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-monitoring-dashboard - 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-monitoring-dashboard:2.46.0' +implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.47.0" ``` diff --git a/java-monitoring-metricsscope/README.md b/java-monitoring-metricsscope/README.md index e8b6a4128f41..bf71e8758a83 100644 --- a/java-monitoring-metricsscope/README.md +++ b/java-monitoring-metricsscope/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-monitoring-metricsscope - 0.38.0 + 0.39.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.38.0' +implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.39.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.38.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.39.0" ``` diff --git a/java-monitoring/README.md b/java-monitoring/README.md index 5253623422a3..d1b3e365ae28 100644 --- a/java-monitoring/README.md +++ b/java-monitoring/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-monitoring - 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-monitoring:3.45.0' +implementation 'com.google.cloud:google-cloud-monitoring:3.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.46.0" ``` diff --git a/java-netapp/README.md b/java-netapp/README.md index ae9d1c3d641a..77fe982ea588 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.23.0 + 0.24.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-netapp:0.23.0' +implementation 'com.google.cloud:google-cloud-netapp:0.24.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.23.0" +libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.24.0" ``` diff --git a/java-network-management/README.md b/java-network-management/README.md index d37c05569d20..7e3f2eba2b18 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.45.0 + 1.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-network-management:1.45.0' +implementation 'com.google.cloud:google-cloud-network-management:1.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.46.0" ``` diff --git a/java-network-security/README.md b/java-network-security/README.md index faea77a28635..e6661d294c7b 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.47.0 + 0.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-network-security:0.47.0' +implementation 'com.google.cloud:google-cloud-network-security:0.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.48.0" ``` diff --git a/java-networkconnectivity/README.md b/java-networkconnectivity/README.md index a8735cd5d9d0..54a280141fec 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.43.0 + 1.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-networkconnectivity:1.43.0' +implementation 'com.google.cloud:google-cloud-networkconnectivity:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.44.0" ``` diff --git a/java-notebooks/README.md b/java-notebooks/README.md index 446d2f11a800..b160f4c1f7ec 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.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-notebooks:1.42.0' +implementation 'com.google.cloud:google-cloud-notebooks:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.43.0" ``` diff --git a/java-notification/README.md b/java-notification/README.md index c1e372e2dbed..8819b5f6ad35 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.162.0-beta + 0.163.0-beta ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-notification:0.162.0-beta' +implementation 'com.google.cloud:google-cloud-notification:0.163.0-beta' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.162.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.163.0-beta" ``` diff --git a/java-optimization/README.md b/java-optimization/README.md index cc0b5c866b49..0229747e7497 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.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-optimization:1.42.0' +implementation 'com.google.cloud:google-cloud-optimization:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.43.0" ``` diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md index 6b0172f63ad7..9c694019f461 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.44.0 + 1.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.44.0' +implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.45.0" ``` diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md index 6dd1090b5d75..47200be9e950 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.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-orgpolicy:2.44.0' +implementation 'com.google.cloud:google-cloud-orgpolicy:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.45.0" ``` diff --git a/java-os-config/README.md b/java-os-config/README.md index b1cedc1f8f31..d77e3f02ce0e 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.46.0 + 2.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-config:2.46.0' +implementation 'com.google.cloud:google-cloud-os-config:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.47.0" ``` diff --git a/java-os-login/README.md b/java-os-login/README.md index 1371529bc027..172661088881 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.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-login:2.43.0' +implementation 'com.google.cloud:google-cloud-os-login:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.44.0" ``` diff --git a/java-parallelstore/README.md b/java-parallelstore/README.md index 88457cef6b1a..74a3febbf0ec 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.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-parallelstore:0.7.0' +implementation 'com.google.cloud:google-cloud-parallelstore:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.8.0" ``` diff --git a/java-phishingprotection/README.md b/java-phishingprotection/README.md index 7edcbb1b5bd6..1ea77b2fd122 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.75.0 + 0.76.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-phishingprotection:0.75.0' +implementation 'com.google.cloud:google-cloud-phishingprotection:0.76.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.75.0" +libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.76.0" ``` diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md index 163799267b6d..e9c618a36e6d 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.43.0 + 1.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.43.0' +implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.44.0" ``` diff --git a/java-policysimulator/README.md b/java-policysimulator/README.md index 81d5c1c66d14..d8fd861c2f97 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.23.0 + 0.24.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-policysimulator:0.23.0' +implementation 'com.google.cloud:google-cloud-policysimulator:0.24.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.23.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.24.0" ``` diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md index 58f256456b53..38338e7a10e0 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.46.0 + 0.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-private-catalog:0.46.0' +implementation 'com.google.cloud:google-cloud-private-catalog:0.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.47.0" ``` diff --git a/java-profiler/README.md b/java-profiler/README.md index ad15db88ba43..42e22cb0226d 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.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-profiler:2.44.0' +implementation 'com.google.cloud:google-cloud-profiler:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.45.0" ``` diff --git a/java-publicca/README.md b/java-publicca/README.md index 62250d2458f6..82c7b05633d8 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.41.0 + 0.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-publicca:0.41.0' +implementation 'com.google.cloud:google-cloud-publicca:0.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.42.0" ``` diff --git a/java-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md index 03009454da03..372bb23a0842 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.27.0 + 0.28.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.27.0' +implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.28.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.27.0" +libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.28.0" ``` diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index b3c95be73b73..70e89dbad91d 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.41.0 + 3.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.41.0' +implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.42.0" ``` diff --git a/java-recommendations-ai/README.md b/java-recommendations-ai/README.md index 0a1777428820..bab835863422 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.51.0 + 0.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recommendations-ai:0.51.0' +implementation 'com.google.cloud:google-cloud-recommendations-ai:0.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.52.0" ``` diff --git a/java-recommender/README.md b/java-recommender/README.md index ab55695d347b..b0707f0fc861 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.46.0 + 2.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recommender:2.46.0' +implementation 'com.google.cloud:google-cloud-recommender:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.47.0" ``` diff --git a/java-redis-cluster/README.md b/java-redis-cluster/README.md index 231ee1768008..f5af4280243a 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.16.0 + 0.17.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-redis-cluster:0.16.0' +implementation 'com.google.cloud:google-cloud-redis-cluster:0.17.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.16.0" +libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.17.0" ``` diff --git a/java-redis/README.md b/java-redis/README.md index d3d4534d43be..c83c64310963 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-redis:2.47.0' +implementation 'com.google.cloud:google-cloud-redis:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.48.0" ``` diff --git a/java-resource-settings/README.md b/java-resource-settings/README.md index b02dd0e26078..41b35cea7956 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.44.0 + 1.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-resource-settings:1.44.0' +implementation 'com.google.cloud:google-cloud-resource-settings:1.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.45.0" ``` diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index e48017d990ea..112283083b22 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.46.0 + 1.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-resourcemanager:1.46.0' +implementation 'com.google.cloud:google-cloud-resourcemanager:1.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.47.0" ``` diff --git a/java-retail/README.md b/java-retail/README.md index f11982aa345d..acb7a8a8b057 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.46.0 + 2.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-retail:2.46.0' +implementation 'com.google.cloud:google-cloud-retail:2.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.47.0" ``` diff --git a/java-run/README.md b/java-run/README.md index 78a79e87a915..38040d8adb1c 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.44.0 + 0.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-run:0.44.0' +implementation 'com.google.cloud:google-cloud-run:0.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.45.0" ``` diff --git a/java-scheduler/README.md b/java-scheduler/README.md index 95d2a6558119..e1e96d117255 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.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-scheduler:2.44.0' +implementation 'com.google.cloud:google-cloud-scheduler:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.45.0" ``` diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index fbe4a52a763c..43189b4e4ba1 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.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-secretmanager:2.44.0' +implementation 'com.google.cloud:google-cloud-secretmanager:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.45.0" ```