diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84f285a480..d114fd1c2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [2.5.3](https://github.com/googleapis/java-core/compare/v2.5.2...v2.5.3) (2022-02-10)
+
+
+### Dependencies
+
+* update dependency com.google.api:gax-bom to v2.12.2 ([#719](https://github.com/googleapis/java-core/issues/719)) ([4de90d0](https://github.com/googleapis/java-core/commit/4de90d05c152c21a1ebb98f6cbff0f9b9c39e5d2))
+* update dependency com.google.http-client:google-http-client-bom to v1.41.3 ([#720](https://github.com/googleapis/java-core/issues/720)) ([d2a5b4f](https://github.com/googleapis/java-core/commit/d2a5b4ffa598f232b84655a7ac146bfa2e1f24c9))
+
### [2.5.2](https://github.com/googleapis/java-core/compare/v2.5.1...v2.5.2) (2022-02-09)
diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml
index 4084197fc6..eb78344163 100644
--- a/google-cloud-core-bom/pom.xml
+++ b/google-cloud-core-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-bom
- 2.5.3-SNAPSHOT
+ 2.5.3
pom
com.google.cloud
@@ -63,22 +63,22 @@
com.google.cloud
google-cloud-core
- 2.5.3-SNAPSHOT
+ 2.5.3
com.google.cloud
google-cloud-core-grpc
- 2.5.3-SNAPSHOT
+ 2.5.3
com.google.cloud
google-cloud-core-http
- 2.5.3-SNAPSHOT
+ 2.5.3
com.google.cloud
native-image-support
- 0.12.3-SNAPSHOT
+ 0.12.3
diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml
index c9a6705914..1262e6e0bc 100644
--- a/google-cloud-core-grpc/pom.xml
+++ b/google-cloud-core-grpc/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-grpc
- 2.5.3-SNAPSHOT
+ 2.5.3
jar
Google Cloud Core gRPC
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.5.3-SNAPSHOT
+ 2.5.3
google-cloud-core-grpc
diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml
index ea304237a0..35711dfdc1 100644
--- a/google-cloud-core-http/pom.xml
+++ b/google-cloud-core-http/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core-http
- 2.5.3-SNAPSHOT
+ 2.5.3
jar
Google Cloud Core HTTP
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.5.3-SNAPSHOT
+ 2.5.3
google-cloud-core-http
diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml
index 770c048be7..3feadea21f 100644
--- a/google-cloud-core/pom.xml
+++ b/google-cloud-core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-core
- 2.5.3-SNAPSHOT
+ 2.5.3
jar
Google Cloud Core
https://github.com/googleapis/java-core
@@ -13,7 +13,7 @@
com.google.cloud
google-cloud-core-parent
- 2.5.3-SNAPSHOT
+ 2.5.3
google-cloud-core
diff --git a/native-image-support/pom.xml b/native-image-support/pom.xml
index 040fd5d0b1..1f8d950b23 100644
--- a/native-image-support/pom.xml
+++ b/native-image-support/pom.xml
@@ -7,13 +7,13 @@
Google Cloud Native Image Support
com.google.cloud
native-image-support
- 0.12.3-SNAPSHOT
+ 0.12.3
jar
google-cloud-core-parent
com.google.cloud
- 2.5.3-SNAPSHOT
+ 2.5.3
diff --git a/pom.xml b/pom.xml
index 2b7331aed1..a0d246dfbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-core-parent
pom
- 2.5.3-SNAPSHOT
+ 2.5.3
Google Cloud Core Parent
https://github.com/googleapis/java-core
diff --git a/versions.txt b/versions.txt
index 91f4d50b6e..7a376e1a81 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version
-google-cloud-core:2.5.2:2.5.3-SNAPSHOT
-native-image-support:0.12.2:0.12.3-SNAPSHOT
\ No newline at end of file
+google-cloud-core:2.5.3:2.5.3
+native-image-support:0.12.3:0.12.3
\ No newline at end of file