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 galovics committed Sep 17, 2024
1 parent 4d8abe5 commit 77b8eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ configure(project.fineractJavaProjects) {
// Configuration for the errorprone plugin
// https://github.com/tbroyer/gradle-errorprone-plugin
dependencies {
errorprone "com.google.errorprone:error_prone_core:2.31.0"
errorprone "com.google.errorprone:error_prone_core:2.32.0"
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 77b8eee

Please sign in to comment.