diff --git a/java-shared-dependencies/CHANGELOG.md b/java-shared-dependencies/CHANGELOG.md
index ac9020532e74..5df5d8e64a6b 100644
--- a/java-shared-dependencies/CHANGELOG.md
+++ b/java-shared-dependencies/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [2.12.0](https://github.com/googleapis/java-shared-dependencies/compare/v2.11.0...v2.12.0) (2022-05-19)
+
+
+### Features
+
+* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-shared-dependencies/issues/1440)) ([#697](https://github.com/googleapis/java-shared-dependencies/issues/697)) ([f10ec4e](https://github.com/googleapis/java-shared-dependencies/commit/f10ec4e664d8fde868effe366b7182a5fad08dd0))
+
+
+### Dependencies
+
+* update gax.version to v2.18.1 ([#695](https://github.com/googleapis/java-shared-dependencies/issues/695)) ([09bc61c](https://github.com/googleapis/java-shared-dependencies/commit/09bc61c9152a99bfe87554a07324f15ae6217d6e))
+* update google.core.version to v2.7.1 ([#698](https://github.com/googleapis/java-shared-dependencies/issues/698)) ([43de259](https://github.com/googleapis/java-shared-dependencies/commit/43de2593f1a6e8fa5e34799364ab683246ddd449))
+
## [2.11.0](https://github.com/googleapis/java-shared-dependencies/compare/v2.10.0...v2.11.0) (2022-05-18)
diff --git a/java-shared-dependencies/dependency-convergence-check/pom.xml b/java-shared-dependencies/dependency-convergence-check/pom.xml
index 94f5901a15c4..35e5d7df67ee 100644
--- a/java-shared-dependencies/dependency-convergence-check/pom.xml
+++ b/java-shared-dependencies/dependency-convergence-check/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
shared-dependencies-dependency-convergence-test
- 2.11.1-SNAPSHOT
+ 2.12.0
Dependency convergence test for certain artifacts in Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
@@ -46,7 +46,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.11.1-SNAPSHOT
+ 2.12.0
pom
import
diff --git a/java-shared-dependencies/first-party-dependencies/pom.xml b/java-shared-dependencies/first-party-dependencies/pom.xml
index 5da7bc755a87..df16e1c4baa7 100644
--- a/java-shared-dependencies/first-party-dependencies/pom.xml
+++ b/java-shared-dependencies/first-party-dependencies/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
first-party-dependencies
pom
- 2.11.1-SNAPSHOT
+ 2.12.0
Google Cloud First-party Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
diff --git a/java-shared-dependencies/pom.xml b/java-shared-dependencies/pom.xml
index 3c6b8b872180..75fb74521ca0 100644
--- a/java-shared-dependencies/pom.xml
+++ b/java-shared-dependencies/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-shared-dependencies
pom
- 2.11.1-SNAPSHOT
+ 2.12.0
first-party-dependencies
third-party-dependencies
@@ -65,14 +65,14 @@
com.google.cloud
first-party-dependencies
- 2.11.1-SNAPSHOT
+ 2.12.0
pom
import
com.google.cloud
third-party-dependencies
- 2.11.1-SNAPSHOT
+ 2.12.0
pom
import
diff --git a/java-shared-dependencies/third-party-dependencies/pom.xml b/java-shared-dependencies/third-party-dependencies/pom.xml
index 0113f5d3a423..5192b4dde699 100644
--- a/java-shared-dependencies/third-party-dependencies/pom.xml
+++ b/java-shared-dependencies/third-party-dependencies/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
third-party-dependencies
pom
- 2.11.1-SNAPSHOT
+ 2.12.0
Google Cloud Third-party Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
diff --git a/java-shared-dependencies/upper-bound-check/pom.xml b/java-shared-dependencies/upper-bound-check/pom.xml
index 55b46b69e0a7..83e86caaa772 100644
--- a/java-shared-dependencies/upper-bound-check/pom.xml
+++ b/java-shared-dependencies/upper-bound-check/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
shared-dependencies-upper-bound-test
pom
- 2.11.1-SNAPSHOT
+ 2.12.0
Upper bound test for Google Cloud Shared Dependencies
https://github.com/googleapis/java-shared-dependencies
@@ -53,7 +53,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.11.1-SNAPSHOT
+ 2.12.0
pom
import
diff --git a/java-shared-dependencies/versions.txt b/java-shared-dependencies/versions.txt
index 4baf6a06b8dd..bbccf69b4ab5 100644
--- a/java-shared-dependencies/versions.txt
+++ b/java-shared-dependencies/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-dependencies:2.11.0:2.11.1-SNAPSHOT
\ No newline at end of file
+google-cloud-shared-dependencies:2.12.0:2.12.0
\ No newline at end of file