diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index d82abb2aa569..3ab81460f300 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.36.0"
+ ".": "1.37.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc2e9bf4f9a4..3cb4ac6a00f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.37.0](https://github.com/googleapis/google-cloud-java/compare/v1.36.0...v1.37.0) (2024-05-01)
+
+
+### Bug Fixes
+
+* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.129.1 ([#10754](https://github.com/googleapis/google-cloud-java/issues/10754)) ([ab3ab49](https://github.com/googleapis/google-cloud-java/commit/ab3ab4999f54fa20e21206d4876900c9fec2d6e6))
+* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.129.2 ([#10765](https://github.com/googleapis/google-cloud-java/issues/10765)) ([b82bca2](https://github.com/googleapis/google-cloud-java/commit/b82bca2486178a90050678c3e5b0a11155e03b1d))
+
## [1.36.0](https://github.com/googleapis/google-cloud-java/compare/v1.35.0...v1.36.0) (2024-04-25)
diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md
index 9ae0b1e5d4cd..22dfb00f26ef 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.43.0
+ 2.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-texttospeech:2.43.0'
+implementation 'com.google.cloud:google-cloud-texttospeech:2.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.44.0"
```
diff --git a/java-tpu/README.md b/java-tpu/README.md
index c024a9ea6d00..7c51ed9bca96 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.43.0
+ 2.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-tpu:2.43.0'
+implementation 'com.google.cloud:google-cloud-tpu:2.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.44.0"
```
diff --git a/java-trace/README.md b/java-trace/README.md
index 73a78ad03614..2880d1afb96d 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.42.0
+ 2.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-trace:2.42.0'
+implementation 'com.google.cloud:google-cloud-trace:2.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.43.0"
```
diff --git a/java-translate/README.md b/java-translate/README.md
index c0ef6d98dca0..81bd18930ec6 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.42.0
+ 2.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-translate:2.42.0'
+implementation 'com.google.cloud:google-cloud-translate:2.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.43.0"
```
diff --git a/java-vertexai/README.md b/java-vertexai/README.md
index ee2f44d103d6..8fe0eeb828e3 100644
--- a/java-vertexai/README.md
+++ b/java-vertexai/README.md
@@ -40,20 +40,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-vertexai
- 1.2.0
+ 1.3.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vertexai:1.2.0'
+implementation 'com.google.cloud:google-cloud-vertexai:1.3.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.2.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.3.0"
```
diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md
index b535d94681c6..a753d4588950 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.41.0
+ 2.42.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-intelligence:2.41.0'
+implementation 'com.google.cloud:google-cloud-video-intelligence:2.42.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.41.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.42.0"
```
diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md
index 3165dc264a28..775469a2ac8a 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.44.0
+ 0.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-live-stream:0.44.0'
+implementation 'com.google.cloud:google-cloud-live-stream:0.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.45.0"
```
diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md
index dfc188060202..29643584d182 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.42.0
+ 0.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-stitcher:0.42.0'
+implementation 'com.google.cloud:google-cloud-video-stitcher:0.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.43.0"
```
diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md
index f2b412405e9e..bdd369f7ab28 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.41.0
+ 1.42.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-transcoder:1.41.0'
+implementation 'com.google.cloud:google-cloud-video-transcoder:1.42.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.41.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.42.0"
```
diff --git a/java-vision/README.md b/java-vision/README.md
index 5832b739cca7..d6ec98301f07 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.40.0
+ 3.41.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vision:3.40.0'
+implementation 'com.google.cloud:google-cloud-vision:3.41.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.40.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.41.0"
```
diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md
index bdd6d016b146..90ba8b01ec49 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.42.0
+ 1.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmmigration:1.42.0'
+implementation 'com.google.cloud:google-cloud-vmmigration:1.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.43.0"
```
diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md
index 23fc62b0f4ee..42b642569f23 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.36.0
+ 0.37.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vmwareengine:0.36.0'
+implementation 'com.google.cloud:google-cloud-vmwareengine:0.37.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.36.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.37.0"
```
diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md
index c4d1d5abdf0f..6fc26b87bd12 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.43.0
+ 2.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-vpcaccess:2.43.0'
+implementation 'com.google.cloud:google-cloud-vpcaccess:2.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.44.0"
```
diff --git a/java-webrisk/README.md b/java-webrisk/README.md
index c0e1da944306..cd3a3c355652 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.41.0
+ 2.42.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-webrisk:2.41.0'
+implementation 'com.google.cloud:google-cloud-webrisk:2.42.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.41.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.42.0"
```
diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md
index 0932113c2a50..c1b6213992d3 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.42.0
+ 2.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-websecurityscanner:2.42.0'
+implementation 'com.google.cloud:google-cloud-websecurityscanner:2.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.43.0"
```
diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md
index bbb1d401e8ed..0e670d2d9b43 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.42.0
+ 2.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflow-executions:2.42.0'
+implementation 'com.google.cloud:google-cloud-workflow-executions:2.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.43.0"
```
diff --git a/java-workflows/README.md b/java-workflows/README.md
index 7de82cfd939f..47772aeac477 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.42.0
+ 2.43.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workflows:2.42.0'
+implementation 'com.google.cloud:google-cloud-workflows:2.43.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.42.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.43.0"
```
diff --git a/java-workspaceevents/README.md b/java-workspaceevents/README.md
index 40192e75623a..341eeff0e90d 100644
--- a/java-workspaceevents/README.md
+++ b/java-workspaceevents/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-workspaceevents
- 0.6.0
+ 0.7.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workspaceevents:0.6.0'
+implementation 'com.google.cloud:google-cloud-workspaceevents:0.7.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.6.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.7.0"
```
diff --git a/java-workstations/README.md b/java-workstations/README.md
index 46c4e56f93a9..1950320daa01 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.30.0
+ 0.31.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-workstations:0.30.0'
+implementation 'com.google.cloud:google-cloud-workstations:0.31.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.30.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.31.0"
```