Skip to content

Commit 321db22

Browse files
chore(main): release 1.54.0
1 parent aae0b95 commit 321db22

5 files changed

Lines changed: 43 additions & 8 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.53.0"
2+
".": "1.54.0"
33
}

CHANGELOG.md

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

3+
## [1.54.0](https://github.com/googleapis/google-cloud-java/compare/v1.53.0...v1.54.0) (2025-03-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* [dataform] remove deprecated v1alpha2 ([#11481](https://github.com/googleapis/google-cloud-java/issues/11481))
9+
10+
### Features
11+
12+
* [dataform] remove deprecated v1alpha2 ([#11481](https://github.com/googleapis/google-cloud-java/issues/11481)) ([c44fcd7](https://github.com/googleapis/google-cloud-java/commit/c44fcd7a952c50c07907af356e5106e3ae40e7f0))
13+
* next release from main branch is 1.54.0 ([#11468](https://github.com/googleapis/google-cloud-java/issues/11468)) ([cfaba79](https://github.com/googleapis/google-cloud-java/commit/cfaba791c6546337e3de5c6aaec4b6ba50321471))
14+
15+
16+
### Bug Fixes
17+
18+
* update dependency com.google.cloud:sdk-platform-java-config to v3.45.1 ([#11486](https://github.com/googleapis/google-cloud-java/issues/11486)) ([71f738f](https://github.com/googleapis/google-cloud-java/commit/71f738fe5de4ca9e50af6981e2999c1774c9d985))
19+
320
## [1.53.0](https://github.com/googleapis/google-cloud-java/compare/v1.52.0...v1.53.0) (2025-02-26)
421

522

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "c44fcd7a952c50c07907af356e5106e3ae40e7f0",
9+
"message": "[dataform] remove deprecated v1alpha2",
10+
"issues": [
11+
"11481"
12+
],
13+
"breakingChangeNote": "[dataform] remove deprecated v1alpha2 ([#11481](https://github.com/googleapis/google-cloud-java/issues/11481))"
14+
}
15+
],
16+
"version": "1.54.0",
17+
"language": "JAVA",
18+
"artifactName": "com.google.cloud:google-cloud-dataform",
19+
"id": "67222a3e-17b1-4d53-81c4-5133ade89bbb",
20+
"createTime": "2025-03-14T14:09:33.880Z"
21+
},
422
{
523
"changes": [
624
{
@@ -581154,5 +581172,5 @@
581154581172
"createTime": "2023-02-03T16:27:23.198Z"
581155581173
}
581156581174
],
581157-
"updateTime": "2025-02-26T23:36:25.409Z"
581175+
"updateTime": "2025-03-14T14:09:33.880Z"
581158581176
}

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.18.0</version>
48+
<version>0.19.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.18.0'
55+
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.19.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.18.0"
61+
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.19.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.19.0</version>
43+
<version>1.20.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.19.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.20.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.19.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.20.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

0 commit comments

Comments
 (0)