Skip to content

Commit

Permalink
Merge pull request #132 from wildmountainfarms/dependabot/gradle/erro…
Browse files Browse the repository at this point in the history
…rproneCoreVersion-2.20.0

Bump errorproneCoreVersion from 2.18.0 to 2.20.0
  • Loading branch information
retrodaredevil committed Jun 23, 2023
2 parents c96e5e0 + f44446f commit 2336066
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 @@ -18,7 +18,7 @@ buildscript {
couchdbJavaVersion = "cf377882a0a85ce1ff37b5bcc23a5389d900d66f".substring(0, 10)
dockerComposePluginVersion = "0.16.12" // https://github.com/avast/gradle-docker-compose-plugin/releases
errorpronePluginVersion = '3.0.1' // https://github.com/tbroyer/gradle-errorprone-plugin/releases
errorproneCoreVersion = '2.18.0' // https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core
errorproneCoreVersion = '2.20.0' // https://mvnrepository.com/artifact/com.google.errorprone/error_prone_core
antlrVersion = "4.12.0" // https://github.com/antlr/antlr4/releases
}
dependencies {
Expand Down

0 comments on commit 2336066

Please sign in to comment.