Make the build work on jdk 25 (#1483)

The old version of googleJavaFormat we were using called some deprecated
function.
This commit is contained in:
Islon Scherer
2026-03-31 09:38:36 +02:00
committed by GitHub
parent 82afa8b90b
commit bc503d4d60

View File

@@ -5,7 +5,7 @@ clikt = "5.+"
commonMark = "0.+"
downloadTaskPlugin = "5.6.0"
geantyref = "1.+"
googleJavaFormat = "1.25.2"
googleJavaFormat = "1.35.0"
# must not use `+` because used in download URL
# 23.1.x requires JDK 20+
graalVm = "25.0.0"