Skip to content

Commit fc398d6

Browse files
committed
Upgrade to 25
1 parent aa6c70f commit fc398d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/native-image-build-static-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 15
2121
strategy:
2222
matrix:
23-
java-version: ['21', '24-ea']
23+
java-version: ['21', '25']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: graalvm/setup-graalvm@v1

native-image/build-with-js-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>21</maven.compiler.source>
1414
<maven.compiler.target>21</maven.compiler.target>
15-
<graalvm.polyglot.version>24.1.1</graalvm.polyglot.version>
15+
<graalvm.polyglot.version>25.0.0</graalvm.polyglot.version>
1616
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
1717
</properties>
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Including Class-Level Metadata in the SBOM
22

33
This demo tests including class-level metadata to the SBOM components at build time.
4-
Find more information on [the website](https://www.graalvm.org/jdk24/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).
4+
Find more information on [the website](https://www.graalvm.org/jdk25/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).
55

66
> Available with GraalVM for JDK 24 and later.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Optimize Memory Footprint of a Native Executable
22

3-
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/).
3+
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/).

0 commit comments

Comments
 (0)