diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a819f3b55979..0b127e03eb2e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.49.0"
+ ".": "1.50.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 662cce89364c..223bc2a66b4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/java-shopping-merchant-notifications/README.md b/java-shopping-merchant-notifications/README.md
index fbdc475f0d70..db0d3e88c143 100644
--- a/java-shopping-merchant-notifications/README.md
+++ b/java-shopping-merchant-notifications/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.shopping
google-shopping-merchant-notifications
- 0.14.0
+ 0.15.0
```
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"
```
diff --git a/java-vertexai/README.md b/java-vertexai/README.md
index dfc9449e269c..511b36238d22 100644
--- a/java-vertexai/README.md
+++ b/java-vertexai/README.md
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
com.google.cloud
google-cloud-vertexai
- 1.15.0
+ 1.16.0
```
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"
```