diff --git a/CHANGELOG.md b/CHANGELOG.md
index 690e2fa10..c265b5293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [1.120.22](https://github.com/googleapis/java-pubsub/compare/v1.120.21...v1.120.22) (2022-10-18)
+
+
+### Dependencies
+
+* Update dependency org.easymock:easymock to v5 ([#1350](https://github.com/googleapis/java-pubsub/issues/1350)) ([1e88543](https://github.com/googleapis/java-pubsub/commit/1e88543393ac16a79288c80d3561f7e5c50f11af))
+* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.15 ([#1351](https://github.com/googleapis/java-pubsub/issues/1351)) ([2af7579](https://github.com/googleapis/java-pubsub/commit/2af757971fd54855936ad95e0cd3f6ab13d50edc))
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.15 ([#1352](https://github.com/googleapis/java-pubsub/issues/1352)) ([379e39b](https://github.com/googleapis/java-pubsub/commit/379e39bdb6ed3cd50c5f034fb5ecd40905b43bda))
+
## [1.120.21](https://github.com/googleapis/java-pubsub/compare/v1.120.20...v1.120.21) (2022-10-14)
diff --git a/README.md b/README.md
index 9fecfecaf..98d7c7da5 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-pubsub
- 1.120.20
+ 1.120.21
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-pubsub:1.120.20'
+implementation 'com.google.cloud:google-cloud-pubsub:1.120.21'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.20"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21"
```
## Authentication
diff --git a/google-cloud-pubsub-bom/pom.xml b/google-cloud-pubsub-bom/pom.xml
index 9633b9c37..bf9e5bb5d 100644
--- a/google-cloud-pubsub-bom/pom.xml
+++ b/google-cloud-pubsub-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-pubsub-bom
- 1.120.21
+ 1.120.22
pom
com.google.cloud
@@ -52,17 +52,17 @@
com.google.cloud
google-cloud-pubsub
- 1.120.21
+ 1.120.22
com.google.api.grpc
grpc-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
com.google.api.grpc
proto-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
diff --git a/google-cloud-pubsub/pom.xml b/google-cloud-pubsub/pom.xml
index c3c5b319d..d3c6e5f09 100644
--- a/google-cloud-pubsub/pom.xml
+++ b/google-cloud-pubsub/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-pubsub
- 1.120.21
+ 1.120.22
jar
Google Cloud Pub/Sub
https://github.com/googleapis/java-pubsub
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-pubsub-parent
- 1.120.21
+ 1.120.22
google-cloud-pubsub
diff --git a/grpc-google-cloud-pubsub-v1/pom.xml b/grpc-google-cloud-pubsub-v1/pom.xml
index 9c80eb199..0bff96885 100644
--- a/grpc-google-cloud-pubsub-v1/pom.xml
+++ b/grpc-google-cloud-pubsub-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
grpc-google-cloud-pubsub-v1
GRPC library for grpc-google-cloud-pubsub-v1
com.google.cloud
google-cloud-pubsub-parent
- 1.120.21
+ 1.120.22
diff --git a/pom.xml b/pom.xml
index 456a3c2ae..86a31972a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-pubsub-parent
pom
- 1.120.21
+ 1.120.22
Google Cloud Pub/Sub Parent
https://github.com/googleapis/java-pubsub
@@ -69,17 +69,17 @@
com.google.api.grpc
proto-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
com.google.api.grpc
grpc-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
com.google.cloud
google-cloud-pubsub
- 1.120.21
+ 1.120.22
@@ -98,7 +98,7 @@
org.easymock
easymock
- 4.3
+ 5.0.0
test
diff --git a/proto-google-cloud-pubsub-v1/pom.xml b/proto-google-cloud-pubsub-v1/pom.xml
index f2287a6b2..1411a17ee 100644
--- a/proto-google-cloud-pubsub-v1/pom.xml
+++ b/proto-google-cloud-pubsub-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-pubsub-v1
- 1.102.21
+ 1.102.22
proto-google-cloud-pubsub-v1
PROTO library for proto-google-cloud-pubsub-v1
com.google.cloud
google-cloud-pubsub-parent
- 1.120.21
+ 1.120.22
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 317bb621b..e37030e34 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-pubsub
- 1.120.20
+ 1.120.21
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 8e7e6a683..8389d1a37 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
org.graalvm.buildtools
junit-platform-native
- 0.9.14
+ 0.9.15
test
@@ -134,7 +134,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
org.graalvm.buildtools
native-maven-plugin
- 0.9.14
+ 0.9.15
true
pubsub.NativeImagePubSubSample
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 4e43c4cec..71f922c66 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -43,7 +43,7 @@
com.google.cloud
google-cloud-pubsub
- 1.120.21
+ 1.120.22
diff --git a/versions.txt b/versions.txt
index 1346bb7db..e7ea3f161 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-pubsub:1.120.21:1.120.21
-grpc-google-cloud-pubsub-v1:1.102.21:1.102.21
-proto-google-cloud-pubsub-v1:1.102.21:1.102.21
+google-cloud-pubsub:1.120.22:1.120.22
+grpc-google-cloud-pubsub-v1:1.102.22:1.102.22
+proto-google-cloud-pubsub-v1:1.102.22:1.102.22