We will use Java 17 as baseline version.
Java 11 active support will end in September 2023, and, following Java "new" release cycle, we should update the baseline version to the current LTS from time to time. Other OSS frameworks as Spring already did that already did that.
Just update the javaLanguageVersion
property of the gradle BuildExtension
.