diff --git a/build.gradle b/build.gradle index e8ef965c9..b250558d1 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ buildscript { // com.palantir.baseline:gradle-baseline-java:4.42.0 (the last version supporting Java 8) pulls // in an old version of the errorprone, which doesn't work w/ Gradle 8, so bump errorpone as // well. - classpath "net.ltgt.gradle:gradle-errorprone-plugin:3.0.1" + classpath "net.ltgt.gradle:gradle-errorprone-plugin:4.3.0" // com.palantir.baseline:gradle-baseline-java:4.42.0 (the last version supporting Java 8) pulls // in an old version of the checkstyle(9.1), which has this OutOfMemory bug https://github.com/checkstyle/checkstyle/issues/10934 // So, bump checkstyle to the latest java 8 supported version(9.3) which contains the fix.