From ec2c0750266427a6bbcb689f5c879adb55dd7ef8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 18:54:33 +0000 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ java-scheduler/README.md | 6 +++--- java-secretmanager/README.md | 6 +++--- java-security-private-ca/README.md | 6 +++--- java-securitycenter-settings/README.md | 6 +++--- java-securitycenter/README.md | 6 +++--- java-service-control/README.md | 6 +++--- java-service-management/README.md | 6 +++--- java-service-usage/README.md | 6 +++--- java-servicedirectory/README.md | 6 +++--- java-shell/README.md | 6 +++--- java-speech/README.md | 6 +++--- java-storage-transfer/README.md | 6 +++--- java-storageinsights/README.md | 6 +++--- java-talent/README.md | 6 +++--- java-tasks/README.md | 6 +++--- java-texttospeech/README.md | 6 +++--- java-tpu/README.md | 6 +++--- java-trace/README.md | 6 +++--- java-translate/README.md | 6 +++--- java-video-intelligence/README.md | 6 +++--- java-video-live-stream/README.md | 6 +++--- java-video-stitcher/README.md | 6 +++--- java-video-transcoder/README.md | 6 +++--- java-vision/README.md | 6 +++--- java-vmmigration/README.md | 6 +++--- java-vmwareengine/README.md | 6 +++--- java-vpcaccess/README.md | 6 +++--- java-webrisk/README.md | 6 +++--- java-websecurityscanner/README.md | 6 +++--- java-workflow-executions/README.md | 6 +++--- java-workflows/README.md | 6 +++--- java-workstations/README.md | 6 +++--- 34 files changed, 106 insertions(+), 97 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ef9a1c2e140..a25d1bc0c2ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 974f88cee17f..431c4ae86a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.15.0](https://github.com/googleapis/google-cloud-java/compare/v1.14.0...v1.15.0) (2023-06-27) + + +### Bug Fixes + +* **deps:** update dependency com.google.apis:google-api-services-storage to v1-rev20230617-2.0.0 ([#9559](https://github.com/googleapis/google-cloud-java/issues/9559)) ([a698f51](https://github.com/googleapis/google-cloud-java/commit/a698f51b8ef94ebfa043f3d4e497c701b73ef30d)) +* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.16 ([#9580](https://github.com/googleapis/google-cloud-java/issues/9580)) ([f4d8639](https://github.com/googleapis/google-cloud-java/commit/f4d8639b48199526485326a112ab9426869c7c76)) +* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.17 ([#9584](https://github.com/googleapis/google-cloud-java/issues/9584)) ([4508367](https://github.com/googleapis/google-cloud-java/commit/450836784b90ec9ae3085b9b8f3f9977fde60d17)) + ## [1.14.0](https://github.com/googleapis/google-cloud-java/compare/v1.13.0...v1.14.0) (2023-06-23) diff --git a/java-scheduler/README.md b/java-scheduler/README.md index e6d2db33da5d..9801a9446716 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.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-scheduler:2.20.0' +implementation 'com.google.cloud:google-cloud-scheduler:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.21.0" ``` diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index a6255a5f91c7..de56229ee9b7 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.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-secretmanager:2.20.0' +implementation 'com.google.cloud:google-cloud-secretmanager:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.21.0" ``` diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md index cd305c6d6aaa..b52c78d7a4eb 100644 --- a/java-security-private-ca/README.md +++ b/java-security-private-ca/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-security-private-ca - 2.22.0 + 2.23.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-security-private-ca:2.22.0' +implementation 'com.google.cloud:google-cloud-security-private-ca:2.23.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.22.0" +libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.23.0" ``` diff --git a/java-securitycenter-settings/README.md b/java-securitycenter-settings/README.md index 7c564d0fe7d4..3d7955569168 100644 --- a/java-securitycenter-settings/README.md +++ b/java-securitycenter-settings/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-securitycenter-settings - 0.23.0 + 0.24.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.23.0' +implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.24.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.23.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.24.0" ``` diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md index 74ffbff8b424..827e771a56cb 100644 --- a/java-securitycenter/README.md +++ b/java-securitycenter/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-securitycenter - 2.28.0 + 2.29.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter:2.28.0' +implementation 'com.google.cloud:google-cloud-securitycenter:2.29.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.28.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.29.0" ``` diff --git a/java-service-control/README.md b/java-service-control/README.md index cf9d2ac125b6..754b42cdaa7d 100644 --- a/java-service-control/README.md +++ b/java-service-control/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-service-control - 1.20.0 + 1.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-control:1.20.0' +implementation 'com.google.cloud:google-cloud-service-control:1.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.21.0" ``` diff --git a/java-service-management/README.md b/java-service-management/README.md index 766059655825..cd5562f75962 100644 --- a/java-service-management/README.md +++ b/java-service-management/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-service-management - 3.18.0 + 3.19.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-management:3.18.0' +implementation 'com.google.cloud:google-cloud-service-management:3.19.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.18.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.19.0" ``` diff --git a/java-service-usage/README.md b/java-service-usage/README.md index 041e76faf66c..17a7cd271071 100644 --- a/java-service-usage/README.md +++ b/java-service-usage/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-service-usage - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-usage:2.20.0' +implementation 'com.google.cloud:google-cloud-service-usage:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.21.0" ``` diff --git a/java-servicedirectory/README.md b/java-servicedirectory/README.md index 58186c98a04a..6420446fcb8e 100644 --- a/java-servicedirectory/README.md +++ b/java-servicedirectory/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-servicedirectory - 2.21.0 + 2.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-servicedirectory:2.21.0' +implementation 'com.google.cloud:google-cloud-servicedirectory:2.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.22.0" ``` diff --git a/java-shell/README.md b/java-shell/README.md index 80d708c6a2af..52d4c4bead75 100644 --- a/java-shell/README.md +++ b/java-shell/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-shell - 2.19.0 + 2.20.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.19.0' +implementation 'com.google.cloud:google-cloud-shell:2.20.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.19.0" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.20.0" ``` diff --git a/java-speech/README.md b/java-speech/README.md index 55acbb59534f..932235610745 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 4.15.0 + 4.16.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:4.15.0' +implementation 'com.google.cloud:google-cloud-speech:4.16.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.15.0" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.16.0" ``` diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md index 0b06cb8ec02f..03b395bc2b28 100644 --- a/java-storage-transfer/README.md +++ b/java-storage-transfer/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storage-transfer - 1.20.0 + 1.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storage-transfer:1.20.0' +implementation 'com.google.cloud:google-cloud-storage-transfer:1.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.21.0" ``` diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md index ef0b1bebe084..32f33b356ce1 100644 --- a/java-storageinsights/README.md +++ b/java-storageinsights/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storageinsights - 0.5.0 + 0.6.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storageinsights:0.5.0' +implementation 'com.google.cloud:google-cloud-storageinsights:0.6.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.6.0" ``` diff --git a/java-talent/README.md b/java-talent/README.md index ab2340e8e9cc..0e78bc1dba8f 100644 --- a/java-talent/README.md +++ b/java-talent/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-talent - 2.21.0 + 2.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-talent:2.21.0' +implementation 'com.google.cloud:google-cloud-talent:2.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.22.0" ``` diff --git a/java-tasks/README.md b/java-tasks/README.md index 1e524b737de0..faf3acde05d5 100644 --- a/java-tasks/README.md +++ b/java-tasks/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-tasks - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.20.0' +implementation 'com.google.cloud:google-cloud-tasks:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.21.0" ``` diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 172ef753ce0c..90b639e6085c 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-texttospeech - 2.21.0 + 2.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.21.0' +implementation 'com.google.cloud:google-cloud-texttospeech:2.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.22.0" ``` diff --git a/java-tpu/README.md b/java-tpu/README.md index fefde41b55a5..90f06302de7a 100644 --- a/java-tpu/README.md +++ b/java-tpu/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-tpu - 2.21.0 + 2.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tpu:2.21.0' +implementation 'com.google.cloud:google-cloud-tpu:2.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.22.0" ``` diff --git a/java-trace/README.md b/java-trace/README.md index d4206240fdc5..c870d34e7367 100644 --- a/java-trace/README.md +++ b/java-trace/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-trace - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-trace:2.20.0' +implementation 'com.google.cloud:google-cloud-trace:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.21.0" ``` diff --git a/java-translate/README.md b/java-translate/README.md index 684f85996d47..ac62c2ee9a36 100644 --- a/java-translate/README.md +++ b/java-translate/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-translate - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-translate:2.20.0' +implementation 'com.google.cloud:google-cloud-translate:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.21.0" ``` diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md index bdfa2da05e25..2de65dbd70d0 100644 --- a/java-video-intelligence/README.md +++ b/java-video-intelligence/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-intelligence - 2.19.0 + 2.20.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-intelligence:2.19.0' +implementation 'com.google.cloud:google-cloud-video-intelligence:2.20.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.19.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.20.0" ``` diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index bfe3ba78ee33..3bdd3ac6f806 100644 --- a/java-video-live-stream/README.md +++ b/java-video-live-stream/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-live-stream - 0.22.0 + 0.23.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.22.0' +implementation 'com.google.cloud:google-cloud-live-stream:0.23.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.22.0" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.23.0" ``` diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md index c52e560c566d..d0d9440c1e97 100644 --- a/java-video-stitcher/README.md +++ b/java-video-stitcher/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-stitcher - 0.20.0 + 0.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-stitcher:0.20.0' +implementation 'com.google.cloud:google-cloud-video-stitcher:0.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.21.0" ``` diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md index be5377d6b350..ba2f72834c60 100644 --- a/java-video-transcoder/README.md +++ b/java-video-transcoder/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-transcoder - 1.19.0 + 1.20.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-transcoder:1.19.0' +implementation 'com.google.cloud:google-cloud-video-transcoder:1.20.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.19.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.20.0" ``` diff --git a/java-vision/README.md b/java-vision/README.md index 608f384863e4..f515dbe9a097 100644 --- a/java-vision/README.md +++ b/java-vision/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vision - 3.18.0 + 3.19.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.18.0' +implementation 'com.google.cloud:google-cloud-vision:3.19.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.18.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.19.0" ``` diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md index f31d43d261e9..42a462c5c9c4 100644 --- a/java-vmmigration/README.md +++ b/java-vmmigration/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vmmigration - 1.20.0 + 1.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmmigration:1.20.0' +implementation 'com.google.cloud:google-cloud-vmmigration:1.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.21.0" ``` diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md index b67b78a5cd14..f60d9253d83b 100644 --- a/java-vmwareengine/README.md +++ b/java-vmwareengine/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vmwareengine - 0.14.0 + 0.15.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmwareengine:0.14.0' +implementation 'com.google.cloud:google-cloud-vmwareengine:0.15.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.14.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.15.0" ``` diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md index 97b27036a4e5..12841b0a0627 100644 --- a/java-vpcaccess/README.md +++ b/java-vpcaccess/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vpcaccess - 2.21.0 + 2.22.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vpcaccess:2.21.0' +implementation 'com.google.cloud:google-cloud-vpcaccess:2.22.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.22.0" ``` diff --git a/java-webrisk/README.md b/java-webrisk/README.md index f5c6e53f118d..9a590cbdcd50 100644 --- a/java-webrisk/README.md +++ b/java-webrisk/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-webrisk - 2.19.0 + 2.20.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-webrisk:2.19.0' +implementation 'com.google.cloud:google-cloud-webrisk:2.20.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.19.0" +libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.20.0" ``` diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md index 62b79112aa5c..1b20f5410b7a 100644 --- a/java-websecurityscanner/README.md +++ b/java-websecurityscanner/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-websecurityscanner - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-websecurityscanner:2.20.0' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.21.0" ``` diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md index eac2957f19c1..ef46afe4ed04 100644 --- a/java-workflow-executions/README.md +++ b/java-workflow-executions/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflow-executions - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflow-executions:2.20.0' +implementation 'com.google.cloud:google-cloud-workflow-executions:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.21.0" ``` diff --git a/java-workflows/README.md b/java-workflows/README.md index 1193ddb60cbe..a3ab48d46157 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflows - 2.20.0 + 2.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflows:2.20.0' +implementation 'com.google.cloud:google-cloud-workflows:2.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.21.0" ``` diff --git a/java-workstations/README.md b/java-workstations/README.md index 99cedcfa5e01..e1a6c58efb15 100644 --- a/java-workstations/README.md +++ b/java-workstations/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workstations - 0.8.0 + 0.9.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workstations:0.8.0' +implementation 'com.google.cloud:google-cloud-workstations:0.9.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.8.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.9.0" ```