diff --git a/java-iap/README.md b/java-iap/README.md index 2a855ef49b91..6fb1481a62b7 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.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-iap:0.4.0' +implementation 'com.google.cloud:google-cloud-iap:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.5.0" ``` diff --git a/java-ids/README.md b/java-ids/README.md index c2140dca6070..e959f7abcd74 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.47.0 + 1.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-ids:1.47.0' +implementation 'com.google.cloud:google-cloud-ids:1.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.48.0" ``` diff --git a/java-infra-manager/README.md b/java-infra-manager/README.md index bd0e30412804..7c82b2ab3962 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.25.0 + 0.26.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-infra-manager:0.25.0' +implementation 'com.google.cloud:google-cloud-infra-manager:0.26.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.25.0" +libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.26.0" ``` diff --git a/java-iot/README.md b/java-iot/README.md index be1397e1e056..1bd8dadf2250 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-iot:2.48.0' +implementation 'com.google.cloud:google-cloud-iot:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.49.0" ``` diff --git a/java-kms/README.md b/java-kms/README.md index 5b93ade80614..4f1b367b05a6 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.51.0 + 2.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-kms:2.51.0' +implementation 'com.google.cloud:google-cloud-kms:2.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.52.0" ``` diff --git a/java-kmsinventory/README.md b/java-kmsinventory/README.md index 16f9402a7b95..94e690e12bc2 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.37.0 + 0.38.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-kmsinventory:0.37.0' +implementation 'com.google.cloud:google-cloud-kmsinventory:0.38.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.37.0" +libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.38.0" ``` diff --git a/java-language/README.md b/java-language/README.md index 5714ca563344..731cb4f865f7 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-language:2.49.0' +implementation 'com.google.cloud:google-cloud-language:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.50.0" ``` diff --git a/java-life-sciences/README.md b/java-life-sciences/README.md index 9779de0c81fd..07c3f1858055 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.50.0 + 0.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-life-sciences:0.50.0' +implementation 'com.google.cloud:google-cloud-life-sciences:0.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.51.0" ``` diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index ad4a0e4ed3c1..7c64fe35d97a 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.46.0 + 1.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-managed-identities:1.46.0' +implementation 'com.google.cloud:google-cloud-managed-identities:1.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.47.0" ``` diff --git a/java-managedkafka/README.md b/java-managedkafka/README.md index 300a3e5ec2ef..3c84d737ad7f 100644 --- a/java-managedkafka/README.md +++ b/java-managedkafka/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-managedkafka - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-managedkafka:0.4.0' +implementation 'com.google.cloud:google-cloud-managedkafka:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-managedkafka" % "0.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-managedkafka" % "0.5.0" ``` diff --git a/java-maps-addressvalidation/README.md b/java-maps-addressvalidation/README.md index ea42669036c0..2b2707d57205 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.42.0 + 0.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-addressvalidation:0.42.0' +implementation 'com.google.maps:google-maps-addressvalidation:0.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.42.0" +libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.43.0" ``` diff --git a/java-maps-mapsplatformdatasets/README.md b/java-maps-mapsplatformdatasets/README.md index 66304f737357..37c3354c3594 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.37.0 + 0.38.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.37.0' +implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.38.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.37.0" +libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.38.0" ``` diff --git a/java-maps-places/README.md b/java-maps-places/README.md index 72d1157aa037..82fb04085d8f 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.19.0 + 0.20.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-places:0.19.0' +implementation 'com.google.maps:google-maps-places:0.20.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-places" % "0.19.0" +libraryDependencies += "com.google.maps" % "google-maps-places" % "0.20.0" ``` diff --git a/java-maps-routeoptimization/README.md b/java-maps-routeoptimization/README.md index 5f27811d0f38..b2085aa7f9bf 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.6.0 + 0.7.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-routeoptimization:0.6.0' +implementation 'com.google.maps:google-maps-routeoptimization:0.7.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-routeoptimization" % "0.6.0" +libraryDependencies += "com.google.maps" % "google-maps-routeoptimization" % "0.7.0" ``` diff --git a/java-maps-routing/README.md b/java-maps-routing/README.md index 18c25da9c5f4..95f85f16ec47 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.33.0 + 1.34.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-routing:1.33.0' +implementation 'com.google.maps:google-maps-routing:1.34.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.33.0" +libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.34.0" ``` diff --git a/java-maps-solar/README.md b/java-maps-solar/README.md index 3c02aad220b8..333c8faaebc1 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.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.maps:google-maps-solar:0.7.0' +implementation 'com.google.maps:google-maps-solar:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.7.0" +libraryDependencies += "com.google.maps" % "google-maps-solar" % "0.8.0" ``` diff --git a/java-mediatranslation/README.md b/java-mediatranslation/README.md index a388eb2eef01..b76355dfcc61 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.54.0 + 0.55.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-mediatranslation:0.54.0' +implementation 'com.google.cloud:google-cloud-mediatranslation:0.55.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.54.0" +libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.55.0" ``` diff --git a/java-meet/README.md b/java-meet/README.md index 59491ba89314..21d4da23da50 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.15.0 + 0.16.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-meet:0.15.0' +implementation 'com.google.cloud:google-cloud-meet:0.16.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.15.0" +libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.16.0" ``` diff --git a/java-memcache/README.md b/java-memcache/README.md index dc1a5421ff36..bda62fcc681d 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-memcache:2.48.0' +implementation 'com.google.cloud:google-cloud-memcache:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.49.0" ``` diff --git a/java-migrationcenter/README.md b/java-migrationcenter/README.md index 500ffe1f6e6d..fa82224f56e0 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.30.0 + 0.31.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-migrationcenter:0.30.0' +implementation 'com.google.cloud:google-cloud-migrationcenter:0.31.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.30.0" +libraryDependencies += "com.google.cloud" % "google-cloud-migrationcenter" % "0.31.0" ``` diff --git a/java-monitoring-dashboards/README.md b/java-monitoring-dashboards/README.md index 51cbcd9b41ca..9efaed5e4677 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.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.50.0' +implementation 'com.google.cloud:google-cloud-monitoring-dashboard:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-dashboard" % "2.51.0" ``` diff --git a/java-monitoring-metricsscope/README.md b/java-monitoring-metricsscope/README.md index b620b59c37ac..78ae8eacd117 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.42.0 + 0.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.42.0' +implementation 'com.google.cloud:google-cloud-monitoring-metricsscope:0.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring-metricsscope" % "0.43.0" ``` diff --git a/java-monitoring/README.md b/java-monitoring/README.md index 3ca600992127..8faf15dd9471 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.49.0 + 3.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring:3.49.0' +implementation 'com.google.cloud:google-cloud-monitoring:3.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.50.0" ``` diff --git a/java-netapp/README.md b/java-netapp/README.md index 1ef45f073b1c..394df9ce8846 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.27.0 + 0.28.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-netapp:0.27.0' +implementation 'com.google.cloud:google-cloud-netapp:0.28.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.27.0" +libraryDependencies += "com.google.cloud" % "google-cloud-netapp" % "0.28.0" ``` diff --git a/java-network-management/README.md b/java-network-management/README.md index 09687bd70300..78afc3423756 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.49.0 + 1.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-network-management:1.49.0' +implementation 'com.google.cloud:google-cloud-network-management:1.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-network-management" % "1.50.0" ``` diff --git a/java-network-security/README.md b/java-network-security/README.md index 254f7ba830c2..da8140a2a3b2 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.51.0 + 0.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-network-security:0.51.0' +implementation 'com.google.cloud:google-cloud-network-security:0.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.52.0" ``` diff --git a/java-networkconnectivity/README.md b/java-networkconnectivity/README.md index c804900c6bb8..4a5fa8750302 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.47.0 + 1.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-networkconnectivity:1.47.0' +implementation 'com.google.cloud:google-cloud-networkconnectivity:1.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "1.48.0" ``` diff --git a/java-networkservices/README.md b/java-networkservices/README.md index ab5e07031539..c277d9df4ecd 100644 --- a/java-networkservices/README.md +++ b/java-networkservices/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-networkservices - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-networkservices:0.4.0' +implementation 'com.google.cloud:google-cloud-networkservices:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-networkservices" % "0.5.0" ``` diff --git a/java-notebooks/README.md b/java-notebooks/README.md index 75a00cd2fd36..d080e4020f19 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.46.0 + 1.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-notebooks:1.46.0' +implementation 'com.google.cloud:google-cloud-notebooks:1.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.47.0" ``` diff --git a/java-notification/README.md b/java-notification/README.md index 59a93128c5c4..682b7df2a7a1 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.166.0-beta + 0.167.0-beta ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-notification:0.166.0-beta' +implementation 'com.google.cloud:google-cloud-notification:0.167.0-beta' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.166.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.167.0-beta" ``` diff --git a/java-optimization/README.md b/java-optimization/README.md index f282e6f591e1..1c17955b1abb 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.46.0 + 1.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-optimization:1.46.0' +implementation 'com.google.cloud:google-cloud-optimization:1.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.47.0" ``` diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md index 9a3a5b213bca..59d820363d72 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.48.0 + 1.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.48.0' +implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.49.0" ``` diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md index cd5a1b53f927..4c736cb45b67 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-orgpolicy:2.48.0' +implementation 'com.google.cloud:google-cloud-orgpolicy:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.49.0" ``` diff --git a/java-os-config/README.md b/java-os-config/README.md index bd6d79635a18..d8b9cac20aba 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.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-config:2.50.0' +implementation 'com.google.cloud:google-cloud-os-config:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.51.0" ``` diff --git a/java-os-login/README.md b/java-os-login/README.md index e698e61828c8..269c19806d4e 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-login:2.47.0' +implementation 'com.google.cloud:google-cloud-os-login:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.48.0" ``` diff --git a/java-parallelstore/README.md b/java-parallelstore/README.md index 8275c83a8489..03f92fedb040 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.11.0 + 0.12.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-parallelstore:0.11.0' +implementation 'com.google.cloud:google-cloud-parallelstore:0.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-parallelstore" % "0.12.0" ``` diff --git a/java-phishingprotection/README.md b/java-phishingprotection/README.md index 4c443eb9bfcf..15186dcdc9c7 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.79.0 + 0.80.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-phishingprotection:0.79.0' +implementation 'com.google.cloud:google-cloud-phishingprotection:0.80.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.79.0" +libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.80.0" ``` diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md index 183ea86047f5..5c5272ce8569 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.47.0 + 1.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.47.0' +implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.48.0" ``` diff --git a/java-policysimulator/README.md b/java-policysimulator/README.md index 4a1042c24969..5cd31832283d 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.27.0 + 0.28.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-policysimulator:0.27.0' +implementation 'com.google.cloud:google-cloud-policysimulator:0.28.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.27.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.28.0" ``` diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md index 61f1204bd5bd..59b8eb009b75 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.50.0 + 0.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-private-catalog:0.50.0' +implementation 'com.google.cloud:google-cloud-private-catalog:0.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.51.0" ``` diff --git a/java-privilegedaccessmanager/README.md b/java-privilegedaccessmanager/README.md index 0f1aa3d3adea..aca5e9593dab 100644 --- a/java-privilegedaccessmanager/README.md +++ b/java-privilegedaccessmanager/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-privilegedaccessmanager - 0.2.0 + 0.3.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-privilegedaccessmanager:0.2.0' +implementation 'com.google.cloud:google-cloud-privilegedaccessmanager:0.3.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-privilegedaccessmanager" % "0.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-privilegedaccessmanager" % "0.3.0" ``` diff --git a/java-profiler/README.md b/java-profiler/README.md index b1b3ec8591ac..fcd345a9a294 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-profiler:2.48.0' +implementation 'com.google.cloud:google-cloud-profiler:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-profiler" % "2.49.0" ``` diff --git a/java-publicca/README.md b/java-publicca/README.md index 4a0269863e48..2b2413914cea 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.45.0 + 0.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-publicca:0.45.0' +implementation 'com.google.cloud:google-cloud-publicca:0.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-publicca" % "0.46.0" ``` diff --git a/java-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md index 10aa92d94208..8fb04febfb3d 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.31.0 + 0.32.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.31.0' +implementation 'com.google.cloud:google-cloud-rapidmigrationassessment:0.32.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.31.0" +libraryDependencies += "com.google.cloud" % "google-cloud-rapidmigrationassessment" % "0.32.0" ``` diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index 2f241818c3bd..e9efc9b7a3fb 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.45.0 + 3.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.45.0' +implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.46.0" ``` diff --git a/java-recommendations-ai/README.md b/java-recommendations-ai/README.md index 1ce08bd5dafc..00f0a4e219be 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.55.0 + 0.56.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recommendations-ai:0.55.0' +implementation 'com.google.cloud:google-cloud-recommendations-ai:0.56.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.55.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.56.0" ``` diff --git a/java-recommender/README.md b/java-recommender/README.md index 2943148e98e7..3adaf81ab112 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.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-recommender:2.50.0' +implementation 'com.google.cloud:google-cloud-recommender:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-recommender" % "2.51.0" ``` diff --git a/java-redis-cluster/README.md b/java-redis-cluster/README.md index c9676367a2bb..5ecc4f9c2efb 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.20.0 + 0.21.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-redis-cluster:0.20.0' +implementation 'com.google.cloud:google-cloud-redis-cluster:0.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.20.0" +libraryDependencies += "com.google.cloud" % "google-cloud-redis-cluster" % "0.21.0" ``` diff --git a/java-redis/README.md b/java-redis/README.md index c64303e7892e..38a69fbbf3a5 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.51.0 + 2.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-redis:2.51.0' +implementation 'com.google.cloud:google-cloud-redis:2.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.52.0" ``` diff --git a/java-resource-settings/README.md b/java-resource-settings/README.md index 725a06f30fe5..3bb9082985ac 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.48.0 + 1.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-resource-settings:1.48.0' +implementation 'com.google.cloud:google-cloud-resource-settings:1.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-resource-settings" % "1.49.0" ``` diff --git a/java-resourcemanager/README.md b/java-resourcemanager/README.md index 3b6a1527e376..c510d4a7ed33 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.50.0 + 1.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-resourcemanager:1.50.0' +implementation 'com.google.cloud:google-cloud-resourcemanager:1.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.51.0" ``` diff --git a/java-retail/README.md b/java-retail/README.md index 711b6c6f0dc4..b511fb39078c 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.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-retail:2.50.0' +implementation 'com.google.cloud:google-cloud-retail:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.51.0" ``` diff --git a/java-run/README.md b/java-run/README.md index 29088bff9900..06af35aa955f 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.48.0 + 0.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-run:0.48.0' +implementation 'com.google.cloud:google-cloud-run:0.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-run" % "0.49.0" ``` diff --git a/java-scheduler/README.md b/java-scheduler/README.md index c04687e8f5de..1b680c61e768 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-scheduler:2.48.0' +implementation 'com.google.cloud:google-cloud-scheduler:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.49.0" ``` diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index 54fcde5ea4c0..c4cb92edc802 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-secretmanager:2.48.0' +implementation 'com.google.cloud:google-cloud-secretmanager:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.49.0" ``` diff --git a/java-securesourcemanager/README.md b/java-securesourcemanager/README.md index b4aa8e8449d9..0a9e62c08c3f 100644 --- a/java-securesourcemanager/README.md +++ b/java-securesourcemanager/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-securesourcemanager - 0.18.0 + 0.19.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securesourcemanager:0.18.0' +implementation 'com.google.cloud:google-cloud-securesourcemanager:0.19.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.18.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securesourcemanager" % "0.19.0" ``` diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md index dc2af7af0288..4d09cdb95227 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.50.0 + 2.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-security-private-ca:2.50.0' +implementation 'com.google.cloud:google-cloud-security-private-ca:2.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.51.0" ``` diff --git a/java-securitycenter-settings/README.md b/java-securitycenter-settings/README.md index 7ee79dbe7d31..cb4d053901e0 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.51.0 + 0.52.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.51.0' +implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.52.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.51.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.52.0" ``` diff --git a/java-securitycenter/README.md b/java-securitycenter/README.md index d029eb97013d..43d855951c44 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.56.0 + 2.57.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter:2.56.0' +implementation 'com.google.cloud:google-cloud-securitycenter:2.57.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.56.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.57.0" ``` diff --git a/java-securitycentermanagement/README.md b/java-securitycentermanagement/README.md index 20fff52ee2d8..ef9546b115b4 100644 --- a/java-securitycentermanagement/README.md +++ b/java-securitycentermanagement/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-securitycentermanagement - 0.16.0 + 0.17.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.16.0' +implementation 'com.google.cloud:google-cloud-securitycentermanagement:0.17.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.16.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycentermanagement" % "0.17.0" ``` diff --git a/java-securityposture/README.md b/java-securityposture/README.md index dfed97c38705..7471cf4bc58d 100644 --- a/java-securityposture/README.md +++ b/java-securityposture/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-securityposture - 0.13.0 + 0.14.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securityposture:0.13.0' +implementation 'com.google.cloud:google-cloud-securityposture:0.14.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.13.0" +libraryDependencies += "com.google.cloud" % "google-cloud-securityposture" % "0.14.0" ``` diff --git a/java-service-control/README.md b/java-service-control/README.md index accb480943c9..9eee4caf21b3 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.48.0 + 1.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-control:1.48.0' +implementation 'com.google.cloud:google-cloud-service-control:1.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-control" % "1.49.0" ``` diff --git a/java-service-management/README.md b/java-service-management/README.md index 72d46af07e03..86db74b3abdd 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.46.0 + 3.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-management:3.46.0' +implementation 'com.google.cloud:google-cloud-service-management:3.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-management" % "3.47.0" ``` diff --git a/java-service-usage/README.md b/java-service-usage/README.md index 9c76c1d255fd..15dbe12001d1 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-service-usage:2.48.0' +implementation 'com.google.cloud:google-cloud-service-usage:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-service-usage" % "2.49.0" ``` diff --git a/java-servicedirectory/README.md b/java-servicedirectory/README.md index 485078b2c298..c023e3c356db 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-servicedirectory:2.49.0' +implementation 'com.google.cloud:google-cloud-servicedirectory:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.50.0" ``` diff --git a/java-servicehealth/README.md b/java-servicehealth/README.md index 15c2dcf06314..1c0a349f74aa 100644 --- a/java-servicehealth/README.md +++ b/java-servicehealth/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-servicehealth - 0.15.0 + 0.16.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-servicehealth:0.15.0' +implementation 'com.google.cloud:google-cloud-servicehealth:0.16.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-servicehealth" % "0.15.0" +libraryDependencies += "com.google.cloud" % "google-cloud-servicehealth" % "0.16.0" ``` diff --git a/java-shell/README.md b/java-shell/README.md index 67506274b51f..5dfbfcd9bc24 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.47.0' +implementation 'com.google.cloud:google-cloud-shell:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.48.0" ``` diff --git a/java-shopping-css/README.md b/java-shopping-css/README.md index f9d4496fc09f..36df0c18bc67 100644 --- a/java-shopping-css/README.md +++ b/java-shopping-css/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-css - 0.16.0 + 0.17.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-css:0.16.0' +implementation 'com.google.shopping:google-shopping-css:0.17.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.16.0" +libraryDependencies += "com.google.shopping" % "google-shopping-css" % "0.17.0" ``` diff --git a/java-shopping-merchant-accounts/README.md b/java-shopping-merchant-accounts/README.md index 1a4ff81da440..12cbe1945538 100644 --- a/java-shopping-merchant-accounts/README.md +++ b/java-shopping-merchant-accounts/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-accounts - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-accounts:0.4.0' +implementation 'com.google.shopping:google-shopping-merchant-accounts:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.4.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.5.0" ``` diff --git a/java-shopping-merchant-conversions/README.md b/java-shopping-merchant-conversions/README.md index 0998a1f00ccf..dad8e25c65e8 100644 --- a/java-shopping-merchant-conversions/README.md +++ b/java-shopping-merchant-conversions/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-conversions - 0.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-conversions:0.7.0' +implementation 'com.google.shopping:google-shopping-merchant-conversions:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.7.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.8.0" ``` diff --git a/java-shopping-merchant-datasources/README.md b/java-shopping-merchant-datasources/README.md index 9a591ef60b3a..cd82e539f780 100644 --- a/java-shopping-merchant-datasources/README.md +++ b/java-shopping-merchant-datasources/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-datasources - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-datasources:0.4.0' +implementation 'com.google.shopping:google-shopping-merchant-datasources:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-datasources" % "0.4.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-datasources" % "0.5.0" ``` diff --git a/java-shopping-merchant-inventories/README.md b/java-shopping-merchant-inventories/README.md index 17ecb72fc32e..4cd44fa39c49 100644 --- a/java-shopping-merchant-inventories/README.md +++ b/java-shopping-merchant-inventories/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-inventories - 0.24.0 + 0.25.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-inventories:0.24.0' +implementation 'com.google.shopping:google-shopping-merchant-inventories:0.25.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.24.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-inventories" % "0.25.0" ``` diff --git a/java-shopping-merchant-lfp/README.md b/java-shopping-merchant-lfp/README.md index f89ba2706070..e9c5b278bccf 100644 --- a/java-shopping-merchant-lfp/README.md +++ b/java-shopping-merchant-lfp/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-lfp - 0.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-lfp:0.7.0' +implementation 'com.google.shopping:google-shopping-merchant-lfp:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-lfp" % "0.7.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-lfp" % "0.8.0" ``` diff --git a/java-shopping-merchant-notifications/README.md b/java-shopping-merchant-notifications/README.md index 2acc687bfc4c..9d9c690a929d 100644 --- a/java-shopping-merchant-notifications/README.md +++ b/java-shopping-merchant-notifications/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-notifications - 0.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-notifications:0.7.0' +implementation 'com.google.shopping:google-shopping-merchant-notifications:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.7.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.8.0" ``` diff --git a/java-shopping-merchant-products/README.md b/java-shopping-merchant-products/README.md index ac0ec6f3d9fa..39934ca7b8e6 100644 --- a/java-shopping-merchant-products/README.md +++ b/java-shopping-merchant-products/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-products - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-products:0.4.0' +implementation 'com.google.shopping:google-shopping-merchant-products:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-products" % "0.4.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-products" % "0.5.0" ``` diff --git a/java-shopping-merchant-promotions/README.md b/java-shopping-merchant-promotions/README.md index 498fc6e93290..d548a7af722f 100644 --- a/java-shopping-merchant-promotions/README.md +++ b/java-shopping-merchant-promotions/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-promotions - 0.4.0 + 0.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-promotions:0.4.0' +implementation 'com.google.shopping:google-shopping-merchant-promotions:0.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-promotions" % "0.4.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-promotions" % "0.5.0" ``` diff --git a/java-shopping-merchant-quota/README.md b/java-shopping-merchant-quota/README.md index 1635a3382a78..304afea74563 100644 --- a/java-shopping-merchant-quota/README.md +++ b/java-shopping-merchant-quota/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-quota - 0.11.0 + 0.12.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-quota:0.11.0' +implementation 'com.google.shopping:google-shopping-merchant-quota:0.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-quota" % "0.11.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-quota" % "0.12.0" ``` diff --git a/java-shopping-merchant-reports/README.md b/java-shopping-merchant-reports/README.md index b71b2d1b5326..6dae9fd7131e 100644 --- a/java-shopping-merchant-reports/README.md +++ b/java-shopping-merchant-reports/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.shopping google-shopping-merchant-reports - 0.24.0 + 0.25.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.shopping:google-shopping-merchant-reports:0.24.0' +implementation 'com.google.shopping:google-shopping-merchant-reports:0.25.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.24.0" +libraryDependencies += "com.google.shopping" % "google-shopping-merchant-reports" % "0.25.0" ``` diff --git a/java-speech/README.md b/java-speech/README.md index ae31b171e602..ebd7f191be34 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.43.0 + 4.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:4.43.0' +implementation 'com.google.cloud:google-cloud-speech:4.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.44.0" ``` diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md index 81571b194d34..0a6257f891c2 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.48.0 + 1.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storage-transfer:1.48.0' +implementation 'com.google.cloud:google-cloud-storage-transfer:1.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.49.0" ``` diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md index 1a44aeb67b5c..8af91ccb4aa9 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.33.0 + 0.34.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storageinsights:0.33.0' +implementation 'com.google.cloud:google-cloud-storageinsights:0.34.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.33.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.34.0" ``` diff --git a/java-talent/README.md b/java-talent/README.md index 848b643d42e5..6dc1d0d52b21 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-talent:2.49.0' +implementation 'com.google.cloud:google-cloud-talent:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.50.0" ``` diff --git a/java-tasks/README.md b/java-tasks/README.md index ff251e5eefb1..701eedc12ce8 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.48.0' +implementation 'com.google.cloud:google-cloud-tasks:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.49.0" ``` diff --git a/java-telcoautomation/README.md b/java-telcoautomation/README.md index 6d35da537b31..f12d650156aa 100644 --- a/java-telcoautomation/README.md +++ b/java-telcoautomation/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-telcoautomation - 0.18.0 + 0.19.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-telcoautomation:0.18.0' +implementation 'com.google.cloud:google-cloud-telcoautomation:0.19.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.18.0" +libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.19.0" ``` diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 39865a4d9e17..0580c89f25fa 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.49.0' +implementation 'com.google.cloud:google-cloud-texttospeech:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.50.0" ``` diff --git a/java-tpu/README.md b/java-tpu/README.md index c16f82e3dcf1..fbf6871e3f58 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tpu:2.49.0' +implementation 'com.google.cloud:google-cloud-tpu:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.50.0" ``` diff --git a/java-trace/README.md b/java-trace/README.md index b999a1f0eed7..58ce5ec27dc3 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-trace:2.48.0' +implementation 'com.google.cloud:google-cloud-trace:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.49.0" ``` diff --git a/java-translate/README.md b/java-translate/README.md index c8c5bf36bd14..30025be441aa 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.48.0 + 2.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-translate:2.48.0' +implementation 'com.google.cloud:google-cloud-translate:2.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.49.0" ``` diff --git a/java-vertexai/README.md b/java-vertexai/README.md index 04e0b5e8e21f..91f4a1cde904 100644 --- a/java-vertexai/README.md +++ b/java-vertexai/README.md @@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies: com.google.cloud google-cloud-vertexai - 1.8.0 + 1.9.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vertexai:1.8.0' +implementation 'com.google.cloud:google-cloud-vertexai:1.9.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.8.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.9.0" ``` diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md index 77d596d20e20..ba2980ad2b83 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-intelligence:2.47.0' +implementation 'com.google.cloud:google-cloud-video-intelligence:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.48.0" ``` diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index a76697569ca6..ba6e78ffb232 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.50.0 + 0.51.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.50.0' +implementation 'com.google.cloud:google-cloud-live-stream:0.51.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.50.0" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.51.0" ``` diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md index 51ce6038eb4c..9b103b595e7c 100644 --- a/java-video-stitcher/README.md +++ b/java-video-stitcher/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-stitcher - 0.48.0 + 0.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-stitcher:0.48.0' +implementation 'com.google.cloud:google-cloud-video-stitcher:0.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.49.0" ``` diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md index 7b6f032ba06b..ca2ab9f9b361 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.47.0 + 1.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-transcoder:1.47.0' +implementation 'com.google.cloud:google-cloud-video-transcoder:1.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.48.0" ``` diff --git a/java-vision/README.md b/java-vision/README.md index efff5c39f35f..8e9fd37aba10 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.46.0 + 3.47.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.46.0' +implementation 'com.google.cloud:google-cloud-vision:3.47.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.46.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.47.0" ``` diff --git a/java-visionai/README.md b/java-visionai/README.md index 41984f06a313..dda495229b10 100644 --- a/java-visionai/README.md +++ b/java-visionai/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-visionai - 0.5.0 + 0.6.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-visionai:0.5.0' +implementation 'com.google.cloud:google-cloud-visionai:0.6.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-visionai" % "0.6.0" ``` diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md index 0220c28af1ce..96b041c18158 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.48.0 + 1.49.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmmigration:1.48.0' +implementation 'com.google.cloud:google-cloud-vmmigration:1.49.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.48.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.49.0" ``` diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md index fe21e6c199e7..21703bb24a79 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.42.0 + 0.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmwareengine:0.42.0' +implementation 'com.google.cloud:google-cloud-vmwareengine:0.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.43.0" ``` diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md index d71ed0973bb1..dda700654ddb 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.49.0 + 2.50.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vpcaccess:2.49.0' +implementation 'com.google.cloud:google-cloud-vpcaccess:2.50.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.49.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.50.0" ``` diff --git a/java-webrisk/README.md b/java-webrisk/README.md index 3015922a7422..434f17447371 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.47.0 + 2.48.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-webrisk:2.47.0' +implementation 'com.google.cloud:google-cloud-webrisk:2.48.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.47.0" +libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.48.0" ```