diff --git a/.github/workflows/native-image-build-static-images.yml b/.github/workflows/native-image-build-static-images.yml
index 12bbf9db1..b360c8408 100644
--- a/.github/workflows/native-image-build-static-images.yml
+++ b/.github/workflows/native-image-build-static-images.yml
@@ -20,7 +20,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
- java-version: ['21', '24-ea']
+ java-version: ['21', '25']
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
diff --git a/native-image/build-with-js-embedded/pom.xml b/native-image/build-with-js-embedded/pom.xml
index 33c07a403..d475fe046 100644
--- a/native-image/build-with-js-embedded/pom.xml
+++ b/native-image/build-with-js-embedded/pom.xml
@@ -12,7 +12,7 @@
UTF-8
21
21
- 24.1.1
+ 25.0.0
0.10.6
diff --git a/native-image/embed-sbom/sbom-test/README.md b/native-image/embed-sbom/sbom-test/README.md
index 079823dc2..d31c6b823 100644
--- a/native-image/embed-sbom/sbom-test/README.md
+++ b/native-image/embed-sbom/sbom-test/README.md
@@ -1,6 +1,6 @@
# Including Class-Level Metadata in the SBOM
This demo tests including class-level metadata to the SBOM components at build time.
-Find more information on [the website](https://www.graalvm.org/jdk24/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).
+Find more information on [the website](https://www.graalvm.org/jdk25/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).
> Available with GraalVM for JDK 24 and later.
\ No newline at end of file
diff --git a/native-image/optimize-memory/README.md b/native-image/optimize-memory/README.md
index b4205b815..28eb93c04 100644
--- a/native-image/optimize-memory/README.md
+++ b/native-image/optimize-memory/README.md
@@ -1,3 +1,3 @@
# Optimize Memory Footprint of a Native Executable
-You can find the steps to run this demo on [the website](https://www.graalvm.org/jdk24/reference-manual/native-image/guides/optimize-memory-footprint/).
\ No newline at end of file
+You can find the steps to run this demo on [the website](https://www.graalvm.org/jdk25/reference-manual/native-image/guides/optimize-memory-footprint/).
\ No newline at end of file