Skip to content

Commit

Permalink
Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 (#88)
Browse files Browse the repository at this point in the history
Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0.

---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent c93de3c commit e4075f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ tasks.whenTaskAdded { task ->
}

dependencies {
compileOnly 'androidx.annotation:annotation:1.8.2'
testImplementation 'androidx.annotation:annotation:1.8.2'
compileOnly 'androidx.annotation:annotation:1.9.0'
testImplementation 'androidx.annotation:annotation:1.9.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.13'
}

0 comments on commit e4075f5

Please sign in to comment.