diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml
index 45b1c96d..85812b39 100644
--- a/.cloudbuild/cloudbuild-test-a.yaml
+++ b/.cloudbuild/cloudbuild-test-a.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.11.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.11.2' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
diff --git a/.cloudbuild/cloudbuild-test-b.yaml b/.cloudbuild/cloudbuild-test-b.yaml
index 1c98a091..adf22257 100644
--- a/.cloudbuild/cloudbuild-test-b.yaml
+++ b/.cloudbuild/cloudbuild-test-b.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.11.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.11.2' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM B build
diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml
index 25b3ab02..ed87e67d 100644
--- a/.cloudbuild/cloudbuild.yaml
+++ b/.cloudbuild/cloudbuild.yaml
@@ -14,7 +14,7 @@
timeout: 7200s # 2 hours
substitutions:
- _JAVA_SHARED_CONFIG_VERSION: '1.11.2-SNAPSHOT' # {x-version-update:google-cloud-shared-config:current}
+ _JAVA_SHARED_CONFIG_VERSION: '1.11.2' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
- name: gcr.io/cloud-builders/docker
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af1f4573..4fc1b5b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [1.11.2](https://github.com/googleapis/java-shared-config/compare/v1.11.1...v1.11.2) (2024-09-19)
+
+
+### Dependencies
+
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.3 ([#903](https://github.com/googleapis/java-shared-config/issues/903)) ([86debb4](https://github.com/googleapis/java-shared-config/commit/86debb4ec4d5aebb746c06b793e91884ce8b0287))
+* Update dependency org.graalvm.sdk:graal-sdk to v24.1.0 ([#905](https://github.com/googleapis/java-shared-config/issues/905)) ([8be882d](https://github.com/googleapis/java-shared-config/commit/8be882de14af7a3bdb8d7f51c18fd66795035f80))
+* Update dependency org.graalvm.sdk:nativeimage to v24.1.0 ([#906](https://github.com/googleapis/java-shared-config/issues/906)) ([9a48630](https://github.com/googleapis/java-shared-config/commit/9a486305ecb77d83ecb1d089e8272108af32d77e))
+
## [1.11.1](https://github.com/googleapis/java-shared-config/compare/v1.11.0...v1.11.1) (2024-09-03)
diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml
index 84a8c222..2ee5a600 100644
--- a/java-shared-config/pom.xml
+++ b/java-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
google-cloud-shared-config
pom
- 1.11.2-SNAPSHOT
+ 1.11.2
Google Cloud Shared Config
https://github.com/googleapis/java-shared-config
@@ -16,7 +16,7 @@
com.google.cloud
native-image-shared-config
- 1.11.2-SNAPSHOT
+ 1.11.2
../native-image-shared-config
diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml
index c12acfbd..61ff06a7 100644
--- a/native-image-shared-config/pom.xml
+++ b/native-image-shared-config/pom.xml
@@ -6,7 +6,7 @@
com.google.cloud
native-image-shared-config
pom
- 1.11.2-SNAPSHOT
+ 1.11.2
Native Image Shared Config
https://github.com/googleapis/java-shared-config
diff --git a/versions.txt b/versions.txt
index 15bcde57..2cf3e61a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-shared-config:1.11.1:1.11.2-SNAPSHOT
+google-cloud-shared-config:1.11.2:1.11.2