Skip to content

Commit

Permalink
Merge pull request #4243 from square/renovate/net.ltgt.gradle-gradle-…
Browse files Browse the repository at this point in the history
…errorprone-plugin-4.x

Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4.1.0
  • Loading branch information
JakeWharton authored Oct 20, 2024
2 parents a4a0bf8 + 6f553dd commit d671b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kotlin-stdLib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serializationPlugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }

errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:4.0.1"
errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:4.1.0"
errorproneCore = { module = "com.google.errorprone:error_prone_core", version = "2.10.0" }
errorproneJavac = { module = "com.google.errorprone:javac", version = "9+181-r4173-1" }

Expand Down

0 comments on commit d671b22

Please sign in to comment.