Skip to content

Commit

Permalink
Bump error_prone_core from 2.11.0 to 2.12.1
Browse files Browse the repository at this point in the history
Bumps [error_prone_core](https://github.com/google/error-prone) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.11.0...v2.12.1)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 6, 2022
1 parent 6eea28a commit 5261e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-intents:${espressoVersion}"
androidTestImplementation "androidx.test.ext:junit:${androidxJunitExtVersion}"

errorprone 'com.google.errorprone:error_prone_core:2.11.0'
errorprone 'com.google.errorprone:error_prone_core:2.12.1'

// Number Picker
implementation 'io.github.ShawnLin013:number-picker:2.4.13'
Expand Down

0 comments on commit 5261e0c

Please sign in to comment.