Update to Java 25

Hello, would it be possible to update from java 21 to 25 ?

Java 25 changes a lot and basically allows classless files, IO class to replace Scanner and modules imports.
All those changes are perfect for something like Codingames. And the fact that you need to write less code also makes it better for certain challenges.