Skip to content

Commit 00d43ba

Browse files
committed
Upgrade to Gradle Errorprone Plugin 4.3.0
Closes gh-2
1 parent e9856d7 commit 00d43ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkstyle {
3030
}
3131

3232
dependencies {
33-
api("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
33+
api("net.ltgt.gradle:gradle-errorprone-plugin:4.3.0")
3434

3535
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:$springJavaFormatVersion")
3636
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")

0 commit comments

Comments
 (0)