From 9a427678f0e75d9a136b03e0ae94aa2ebed68086 Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Mon, 14 Aug 2023 13:07:54 -0700 Subject: [PATCH] Bump Error Prone Gradle Plugin version (#804) Just to stay up to date. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a16feec7cf..07f6250836 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { } plugins { id "com.diffplug.spotless" version "6.20.0" - id "net.ltgt.errorprone" version "3.0.1" apply false + id "net.ltgt.errorprone" version "3.1.0" apply false id "com.github.johnrengelman.shadow" version "8.1.1" apply false id "com.github.kt3k.coveralls" version "2.12.0" apply false id "me.champeau.jmh" version "0.7.1" apply false