Here's an interesting thing about new 25.1+ releases:
java -version
java version "25.0.3" 2026-04-21 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 25.1.3+9.1 (build 25.0.3+9-LTS-jvmci-25.1-b19)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 25.1.3+9.1 (build 25.0.3+9-LTS-jvmci-25.1-b19, mixed mode, sharing)
Notice for Graal 25.1.3, that the java version is still 25.0.3. I guess because that's the JDK version it is tracking.