diff --git a/java-notification/README.md b/java-notification/README.md
index 2184377729b7..1999ab0e46de 100644
--- a/java-notification/README.md
+++ b/java-notification/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-notification
- 0.172.0-beta
+ 0.173.0-beta
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-notification:0.172.0-beta'
+implementation 'com.google.cloud:google-cloud-notification:0.173.0-beta'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.172.0-beta"
+libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.173.0-beta"
```
diff --git a/java-shopping-merchant-notifications/README.md b/java-shopping-merchant-notifications/README.md
index 1cc93a096c48..fbdc475f0d70 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.13.0
+ 0.14.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.shopping:google-shopping-merchant-notifications:0.13.0'
+implementation 'com.google.shopping:google-shopping-merchant-notifications:0.14.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.13.0"
+libraryDependencies += "com.google.shopping" % "google-shopping-merchant-notifications" % "0.14.0"
```