diff --git a/.cloudbuild/cloudbuild-test-a.yaml b/.cloudbuild/cloudbuild-test-a.yaml index cd414fee..5b3aff4a 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.14.3' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {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 1893c37a..8f7c97b1 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.14.3' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM B build diff --git a/.cloudbuild/cloudbuild.yaml b/.cloudbuild/cloudbuild.yaml index 9cefb5ac..71e2a13c 100644 --- a/.cloudbuild/cloudbuild.yaml +++ b/.cloudbuild/cloudbuild.yaml @@ -14,7 +14,7 @@ timeout: 7200s # 2 hours substitutions: - _JAVA_SHARED_CONFIG_VERSION: '1.14.3' # {x-version-update:google-cloud-shared-config:current} + _JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {x-version-update:google-cloud-shared-config:current} steps: # GraalVM A build - name: gcr.io/cloud-builders/docker diff --git a/.cloudbuild/graalvm-b.Dockerfile b/.cloudbuild/graalvm-b.Dockerfile index 9f1dde1b..62e7a4ad 100644 --- a/.cloudbuild/graalvm-b.Dockerfile +++ b/.cloudbuild/graalvm-b.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/graalvm/graalvm-community:23.0.1-ol9-20241015 +FROM ghcr.io/graalvm/graalvm-community:23.0.2-ol9-20250121 # native-image comes out of the box RUN native-image --version diff --git a/.cloudbuild/graalvm-b.yaml b/.cloudbuild/graalvm-b.yaml index abc41e3d..01e2eb20 100644 --- a/.cloudbuild/graalvm-b.yaml +++ b/.cloudbuild/graalvm-b.yaml @@ -17,7 +17,7 @@ commandTests: - name: "version" command: ["java", "-version"] # java -version outputs to stderr... - expectedError: ["openjdk version \"23.0.1\"", "GraalVM CE 23.0.1"] + expectedError: ["openjdk version \"23.0.2\"", "GraalVM CE 23.0.2"] - name: "maven" command: ["mvn", "-version"] expectedOutput: ["Apache Maven 3.9.4"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fa32e5..18fdbf9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.4](https://github.com/googleapis/java-shared-config/compare/v1.14.3...v1.14.4) (2025-02-24) + + +### Dependencies + +* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.5 ([#979](https://github.com/googleapis/java-shared-config/issues/979)) ([06c8547](https://github.com/googleapis/java-shared-config/commit/06c854718c39e658cdead0584cfb1cc698143ffd)) + ## [1.14.3](https://github.com/googleapis/java-shared-config/compare/v1.14.2...v1.14.3) (2025-02-18) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index f09166ef..4fa627b3 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.14.3 + 1.14.4 Google Cloud Shared Config https://github.com/googleapis/java-shared-config @@ -16,7 +16,7 @@ com.google.cloud native-image-shared-config - 1.14.3 + 1.14.4 ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 356e2830..03d41405 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.14.3 + 1.14.4 Native Image Shared Config https://github.com/googleapis/java-shared-config @@ -61,7 +61,7 @@ 24.1.2 3.5.2 24.1.2 - 0.10.4 + 0.10.5 5.11.4 1.3.0 org.graalvm.sdk:nativeimage diff --git a/versions.txt b/versions.txt index e2f9e2bd..f7c62aa2 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.14.3:1.14.3 +google-cloud-shared-config:1.14.4:1.14.4