Skip to content

Commit 1618c27

Browse files
committed
docs: update Java version from 21 to 25
1 parent e357b83 commit 1618c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guide/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Getting Started | Guide
88

99
### Java
1010

11-
You need [Java 21](https://openjdk.java.net/projects/jdk/21/).
11+
You need [Java 25](https://openjdk.java.net/projects/jdk/25/).
1212

1313
### Node.js and npm
1414

@@ -31,10 +31,10 @@ Example output:
3131

3232
```
3333
➜ java -version && javac -version
34-
openjdk version "21.0.8" 2025-07-15
35-
OpenJDK Runtime Environment (build 21.0.8+9-Ubuntu-0ubuntu124.04.1)
36-
OpenJDK 64-Bit Server VM (build 21.0.8+9-Ubuntu-0ubuntu124.04.1, mixed mode, sharing)
37-
javac 21.0.8
34+
openjdk version "25.0.1" 2025-10-21
35+
OpenJDK Runtime Environment (build 25.0.1+9-Ubuntu-0ubuntu124.04.1)
36+
OpenJDK 64-Bit Server VM (build 25.0.1+9-Ubuntu-0ubuntu124.04.1, mixed mode, sharing)
37+
javac 25.0.1
3838
3939
➜ node -v && npm -v
4040
v22.17.1

0 commit comments

Comments
 (0)