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 Feb 20, 2022
1 parent fe20f05 commit 0dd70ab
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 @@ -134,7 +134,7 @@ subprojects {
if (rootProject.properties.get('errorProne', true)) {
dependencies {
errorprone 'com.google.errorprone:error_prone_core:2.11.0'
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 0dd70ab

Please sign in to comment.