Skip to content

Commit

Permalink
chore(main): release 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 8, 2025
1 parent 1d6285a commit 4c4148c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.49.0"
".": "1.50.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.50.0](https://github.com/googleapis/google-cloud-java/compare/v1.49.0...v1.50.0) (2025-01-08)


### Bug Fixes

* 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))
* 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))

## [1.49.0](https://github.com/googleapis/google-cloud-java/compare/v1.48.0...v1.49.0) (2024-12-13)


Expand Down
6 changes: 3 additions & 3 deletions java-shopping-merchant-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-notifications</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.14.0'
implementation 'com.google.shopping:google-shopping-merchant-notifications:0.15.0'
```

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

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.14.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.15.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-vertexai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vertexai</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-vertexai:1.15.0'
implementation 'com.google.cloud:google-cloud-vertexai:1.16.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.15.0"
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.16.0"
```
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit 4c4148c

Please sign in to comment.