Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidburstrom committed Sep 11, 2024
1 parent ae3b126 commit 0c90bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("net.ltgt.errorprone") version "4.0.1" apply false
}

val errorProneVersion = "2.31.0"
val errorProneVersion = "2.32.0"
val ktlintVersion = "1.3.1"
val pitestMainVersion = "1.16.3"
val pitestJUnit5PluginVersion = "1.2.1"
Expand Down

0 comments on commit 0c90bc8

Please sign in to comment.