Skip to content

Commit

Permalink
Bump auto-value from 1.5.3 to 1.6.2 (#964)
Browse files Browse the repository at this point in the history
* Bump auto-value from 1.5.3 to 1.6.2

Bumps [auto-value](https://github.com/google/auto) from 1.5.3 to 1.6.2.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.5.3...auto-value-1.6.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Fix bump auto-value from 1.5.3 to 1.6.2

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
dependabot[bot] authored and mueller-ma committed Jul 24, 2018
1 parent 802b366 commit fb91e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ dependencies {

fullImplementation 'com.google.firebase:firebase-core:12.0.1'

compileOnly 'com.google.auto.value:auto-value:1.5.3'
annotationProcessor 'com.google.auto.value:auto-value:1.5.3'
compile 'com.google.auto.value:auto-value-annotations:1.6.2'
annotationProcessor 'com.google.auto.value:auto-value:1.6.2'
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'

testImplementation 'org.mockito:mockito-core:2.19.1'
Expand Down

0 comments on commit fb91e80

Please sign in to comment.