Skip to content

Commit 127006d

Browse files
fix(deps): update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.3.0
1 parent 3c1269e commit 127006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
// When updating, update above in plugins too
1515
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
16-
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
16+
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.3.0")
1717
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
1818
implementation("org.owasp:dependency-check-gradle:12.1.3")
1919
}

0 commit comments

Comments
 (0)