Skip to content

Commit b1bc932

Browse files
chore(main): release 1.53.0
1 parent aaf56c4 commit b1bc932

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

‎.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.52.0"
2+
".": "1.53.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.53.0](https://github.com/googleapis/google-cloud-java/compare/v1.52.0...v1.53.0) (2025-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.137.0 ([#11439](https://github.com/googleapis/google-cloud-java/issues/11439)) ([02c156b](https://github.com/googleapis/google-cloud-java/commit/02c156ba5a89fe96d653348dadf1141c34c1b9fe))
9+
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.48.2 ([#11437](https://github.com/googleapis/google-cloud-java/issues/11437)) ([3922435](https://github.com/googleapis/google-cloud-java/commit/39224351a48eb47753fab3e24889c52dd0f392c0))
10+
311
## [1.52.0](https://github.com/googleapis/google-cloud-java/compare/v1.51.0...v1.52.0) (2025-02-11)
412

513

‎java-shopping-merchant-notifications/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.shopping</groupId>
4747
<artifactId>google-shopping-merchant-notifications</artifactId>
48-
<version>0.17.0</version>
48+
<version>0.18.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.shopping:google-shopping-merchant-notifications:0.17.0'
55+
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.18.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.17.0"
61+
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.18.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

‎java-vertexai/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vertexai</artifactId>
43-
<version>1.18.0</version>
43+
<version>1.19.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.18.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.19.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.18.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.19.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

0 commit comments

Comments
 (0)