Skip to content

Commit f553175

Browse files
chore(main): release 1.37.0
1 parent 87403ab commit f553175

File tree

21 files changed

+66
-58
lines changed

21 files changed

+66
-58
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.36.0"
2+
".": "1.37.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.37.0](https://github.com/googleapis/google-cloud-java/compare/v1.36.0...v1.37.0) (2024-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
311
## [1.36.0](https://github.com/googleapis/google-cloud-java/compare/v1.35.0...v1.36.0) (2024-04-25)
412

513

java-texttospeech/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-texttospeech</artifactId>
45-
<version>2.43.0</version>
45+
<version>2.44.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-texttospeech:2.43.0'
52+
implementation 'com.google.cloud:google-cloud-texttospeech:2.44.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.43.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.44.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-tpu/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-tpu</artifactId>
45-
<version>2.43.0</version>
45+
<version>2.44.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-tpu:2.43.0'
52+
implementation 'com.google.cloud:google-cloud-tpu:2.44.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.43.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.44.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-trace/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-trace</artifactId>
45-
<version>2.42.0</version>
45+
<version>2.43.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-trace:2.42.0'
52+
implementation 'com.google.cloud:google-cloud-trace:2.43.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.42.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.43.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-translate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-translate</artifactId>
45-
<version>2.42.0</version>
45+
<version>2.43.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-translate:2.42.0'
52+
implementation 'com.google.cloud:google-cloud-translate:2.43.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.42.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.43.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vertexai</artifactId>
43-
<version>1.2.0</version>
43+
<version>1.3.0</version>
4444
</dependency>
4545
```
4646

4747
If you are using Gradle without BOM, add this to your dependencies:
4848

4949
```Groovy
50-
implementation 'com.google.cloud:google-cloud-vertexai:1.2.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.3.0'
5151
```
5252

5353
If you are using SBT, add this to your dependencies:
5454

5555
```Scala
56-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.2.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.3.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

java-video-intelligence/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-video-intelligence</artifactId>
45-
<version>2.41.0</version>
45+
<version>2.42.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-video-intelligence:2.41.0'
52+
implementation 'com.google.cloud:google-cloud-video-intelligence:2.42.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.41.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.42.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-video-live-stream/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-live-stream</artifactId>
48-
<version>0.44.0</version>
48+
<version>0.45.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-live-stream:0.44.0'
55+
implementation 'com.google.cloud:google-cloud-live-stream:0.45.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.44.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.45.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-video-stitcher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-video-stitcher</artifactId>
48-
<version>0.42.0</version>
48+
<version>0.43.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-video-stitcher:0.42.0'
55+
implementation 'com.google.cloud:google-cloud-video-stitcher:0.43.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.42.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.43.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

0 commit comments

Comments
 (0)