Skip to content

Commit

Permalink
Bump annotation from 1.1.0 to 1.2.0 (#456)
Browse files Browse the repository at this point in the history
Bumps annotation from 1.1.0 to 1.2.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josef Raska <6277721+jraska@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jraska authored Mar 29, 2021
1 parent 55dd348 commit becdafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-android-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

dependencies {
api 'androidx.appcompat:appcompat:1.2.0'
api 'androidx.annotation:annotation:1.1.0'
api 'androidx.annotation:annotation:1.2.0'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'

implementation rootProject.ext.okHttp
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation project(':core-android-api')

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'


Expand Down
2 changes: 1 addition & 1 deletion feature/users/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'org.mockito:mockito-core:3.8.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'androidx.annotation:annotation:1.1.0'
testImplementation 'androidx.annotation:annotation:1.2.0'
testImplementation project(':core-testing')
}

0 comments on commit becdafd

Please sign in to comment.