Skip to content

Commit

Permalink
build(deps): bump javac from 9+181-r4173-1 to 1.8.0-u20
Browse files Browse the repository at this point in the history
Bumps [javac](https://github.com/google/error-prone-javac) from 9+181-r4173-1 to 1.8.0-u20.
- [Release notes](https://github.com/google/error-prone-javac/releases)
- [Commits](https://github.com/google/error-prone-javac/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2021
1 parent 488d556 commit 9a87d6c
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 @@ -128,7 +128,7 @@ subprojects {
if (rootProject.properties.get('errorProne', true)) {
dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.7.1'
errorproneJavac 'com.google.errorprone:javac:9+181-r4173-1'
errorproneJavac 'com.google.errorprone:javac:1+'
}
} else {
// Disable Error Prone
Expand Down

0 comments on commit 9a87d6c

Please sign in to comment.