Skip to content

Commit

Permalink
Merge pull request #162 from platan/dependabot/gradle/com.google.erro…
Browse files Browse the repository at this point in the history
…rprone-error_prone_core-2.19.1

Bump com.google.errorprone:error_prone_core from 2.18.0 to 2.19.1
  • Loading branch information
platan authored May 16, 2023
2 parents 8ff5171 + 48501b7 commit f8d9f5d
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 @@ -97,7 +97,7 @@ dependencies {
testCompile("org.spockframework:spock-core:2.2-groovy-2.5") {
exclude module: 'groovy-all'
}
errorprone("com.google.errorprone:error_prone_core:2.18.0")
errorprone("com.google.errorprone:error_prone_core:2.19.1")
}

configurations {
Expand Down

0 comments on commit f8d9f5d

Please sign in to comment.