Skip to content

Commit 4c4148c

Browse files
chore(main): release 1.50.0
1 parent 1d6285a commit 4c4148c

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.49.0"
2+
".": "1.50.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.50.0](https://github.com/googleapis/google-cloud-java/compare/v1.49.0...v1.50.0) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* renovate-bot now updates native-image-sample libraries-bom version ([#11367](https://github.com/googleapis/google-cloud-java/issues/11367)) ([8748cb9](https://github.com/googleapis/google-cloud-java/commit/8748cb9008c77ca4f7b1689ddc150f2d46069a50))
9+
* update native-image-sample's libraries-bom version to 26.52.0 ([#11369](https://github.com/googleapis/google-cloud-java/issues/11369)) ([2a37d4d](https://github.com/googleapis/google-cloud-java/commit/2a37d4d114a5cc9bc31825ddbb1252d8dcc61e10))
10+
311
## [1.49.0](https://github.com/googleapis/google-cloud-java/compare/v1.48.0...v1.49.0) (2024-12-13)
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.14.0</version>
48+
<version>0.15.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.14.0'
55+
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.15.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.14.0"
61+
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.15.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.15.0</version>
43+
<version>1.16.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.15.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.16.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.15.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.16.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

0 commit comments

Comments
 (0)