Skip to content

Commit 7ac78e2

Browse files
chore(main): release 1.57.0
1 parent a6814f2 commit 7ac78e2

5 files changed

Lines changed: 17 additions & 10 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.56.0"
2+
".": "1.57.0"
33
}

CHANGELOG.md

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

3+
## [1.57.0](https://github.com/googleapis/google-cloud-java/compare/v1.56.0...v1.57.0) (2025-05-12)
4+
5+
6+
### Dependencies
7+
8+
* update java-cloud-bom in java-samples to 26.59.0 ([#11573](https://github.com/googleapis/google-cloud-java/issues/11573)) ([49151ee](https://github.com/googleapis/google-cloud-java/commit/49151ee9ce0b8ae1f9b5a6422a6672dd8c128d9e))
9+
310
## [1.56.0](https://github.com/googleapis/google-cloud-java/compare/v1.55.0...v1.56.0) (2025-05-06)
411

512

java-notification/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-notification</artifactId>
48-
<version>0.180.0-beta</version>
48+
<version>0.181.0-beta</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-notification:0.180.0-beta'
55+
implementation 'com.google.cloud:google-cloud-notification:0.181.0-beta'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.180.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.181.0-beta"
6262
```
6363
<!-- {x-version-update-end} -->
6464

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

0 commit comments

Comments
 (0)