diff --git a/.cloudbuild/graalvm-b.Dockerfile b/.cloudbuild/graalvm-b.Dockerfile index 26cebd13..ba39d3d2 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:24.0.1-ol9-20250415 +FROM ghcr.io/graalvm/graalvm-community:25.0.0-ol9-20250916 # native-image comes out of the box RUN native-image --version diff --git a/.cloudbuild/graalvm-b.yaml b/.cloudbuild/graalvm-b.yaml index dac42c7c..32be9f4d 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 \"24.0.1\"", "GraalVM CE 24.0.1"] + expectedError: ["openjdk version \"25\"", "GraalVM CE 25"] - name: "maven" command: ["mvn", "-version"] expectedOutput: ["Apache Maven 3.9.4"] diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 9d04cdfa..4883b151 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -58,9 +58,9 @@ - 24.2.1 + 25.0.0 3.5.2 - 24.2.2 + 25.0.0 0.10.6 5.11.4 1.3.0