diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f884810..8f1b7473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.123.13](https://github.com/googleapis/java-notification/compare/v0.123.12...v0.123.13) (2022-09-20)
+
+
+### Dependencies
+
+* Update dependency com.google.cloud:google-cloud-pubsub-bom to v1.120.16 ([#670](https://github.com/googleapis/java-notification/issues/670)) ([ac12a3f](https://github.com/googleapis/java-notification/commit/ac12a3fa5b97dccd1cd8cb6aa4c717c90b445415))
+* Update dependency com.google.cloud:google-cloud-storage to v2.12.0 ([#673](https://github.com/googleapis/java-notification/issues/673)) ([558d46c](https://github.com/googleapis/java-notification/commit/558d46c04ba9992ddf9ad5bd3443377bb58fa20f))
+
## [0.123.12](https://github.com/googleapis/java-notification/compare/v0.123.11...v0.123.12) (2022-09-15)
diff --git a/pom.xml b/pom.xml
index af8a8c09..b3fb1a71 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.12-beta
+ 0.123.13-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.14
+ 1.120.16
pom
import
@@ -71,7 +71,7 @@
com.google.cloud
google-cloud-storage
- 2.11.3
+ 2.12.0
com.google.api.grpc
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 18438110..60f9d115 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.11-beta
+ 0.123.12-beta
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 654aefd8..af99a5a9 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-notification
- 0.123.12-beta
+ 0.123.13-beta
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index b929bc62..afcd379f 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -40,7 +40,7 @@
com.google.cloud
google-cloud-notification
- 0.123.11-beta
+ 0.123.12-beta
diff --git a/versions.txt b/versions.txt
index 57c52974..b7d346c4 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-notification:0.123.12-beta:0.123.12-beta
\ No newline at end of file
+google-cloud-notification:0.123.13-beta:0.123.13-beta
\ No newline at end of file