diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebe6c948..ace3bf99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.123.15](https://github.com/googleapis/java-notification/compare/v0.123.14...v0.123.15) (2022-09-22)
+
+
+### Dependencies
+
+* Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.18 ([#684](https://github.com/googleapis/java-notification/issues/684)) ([4181b4c](https://github.com/googleapis/java-notification/commit/4181b4c4a6918a0910a12279b811af8265056a0c))
+
## [0.123.14](https://github.com/googleapis/java-notification/compare/v0.123.13...v0.123.14) (2022-09-20)
diff --git a/pom.xml b/pom.xml
index 5b960677..982bc759 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
google-cloud-notification
- 0.123.14-beta
+ 0.123.15-beta
jar
Google Cloud Pub/Sub Notifications for GCS
https://github.com/googleapis/java-notification
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-pubsub-bom
- 1.120.17
+ 1.120.18
pom
import
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 60f9d115..764b5fea 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-notification
- 0.123.12-beta
+ 0.123.14-beta
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index fbff804b..dc8fc1d8 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-notification
- 0.123.14-beta
+ 0.123.15-beta
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 01785383..f7c37074 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -40,7 +40,7 @@
com.google.cloud
google-cloud-notification
- 0.123.12-beta
+ 0.123.14-beta
diff --git a/versions.txt b/versions.txt
index 8916e30e..555ae037 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-notification:0.123.14-beta:0.123.14-beta
\ No newline at end of file
+google-cloud-notification:0.123.15-beta:0.123.15-beta
\ No newline at end of file