diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 62e793a8..a480e1f3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jdk = "23" # lint checks must target JDK 17, but the runtime should remain 11 lintJvmTarget = "17" runtimeJvmTarget = "11" -lint = "31.12.0-alpha09" +lint = "31.13.2" [plugins] buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.1" }