Skip to content

Commit ae2ced9

Browse files
chore(main): release 1.53.0
1 parent d7d1345 commit ae2ced9

File tree

5 files changed

+44
-8
lines changed

5 files changed

+44
-8
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.52.0"
2+
".": "1.53.0"
33
}

CHANGELOG.md

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

3+
## [1.53.0](https://github.com/googleapis/google-cloud-java/compare/v1.52.0...v1.53.0) (2025-02-26)
4+
5+
6+
### Features
7+
8+
* [cloudbuild] Add option to enable fetching dependencies ([625b447](https://github.com/googleapis/google-cloud-java/commit/625b4471293ed9781a8c07fc4562d0bcdb1a9aae))
9+
* [cloudbuild] Support for git proxy setup ([625b447](https://github.com/googleapis/google-cloud-java/commit/625b4471293ed9781a8c07fc4562d0bcdb1a9aae))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **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))
16+
* update dependency com.google.cloud:sdk-platform-java-config to v3.44.0 ([#11456](https://github.com/googleapis/google-cloud-java/issues/11456)) ([6b0ad6f](https://github.com/googleapis/google-cloud-java/commit/6b0ad6f8243cc60de7ee608237fa61445f0b0526))
17+
318
## [1.52.0](https://github.com/googleapis/google-cloud-java/compare/v1.51.0...v1.52.0) (2025-02-11)
419

520

changelog.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "625b4471293ed9781a8c07fc4562d0bcdb1a9aae",
9+
"message": "[cloudbuild] Support for git proxy setup",
10+
"issues": []
11+
},
12+
{
13+
"type": "feat",
14+
"sha": "625b4471293ed9781a8c07fc4562d0bcdb1a9aae",
15+
"message": "[cloudbuild] Add option to enable fetching dependencies",
16+
"issues": []
17+
}
18+
],
19+
"version": "1.53.0",
20+
"language": "JAVA",
21+
"artifactName": "com.google.cloud:google-cloud-build",
22+
"id": "a185149e-adfd-417b-b29a-027bc44f403a",
23+
"createTime": "2025-02-26T15:32:41.577Z"
24+
},
425
{
526
"changes": [
627
{
@@ -558518,5 +558539,5 @@
558518558539
"createTime": "2023-02-03T16:27:23.198Z"
558519558540
}
558520558541
],
558521-
"updateTime": "2025-02-11T22:46:51.482Z"
558542+
"updateTime": "2025-02-26T15:32:41.577Z"
558522558543
}

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)