Skip to content

Commit

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

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

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 Nov 4, 2024
1 parent 205cb83 commit ee45e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digitalassetlinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ tasks.whenTaskAdded { task ->
}

dependencies {
compileOnly 'androidx.annotation:annotation:1.9.0'
testImplementation 'androidx.annotation:annotation:1.9.0'
compileOnly 'androidx.annotation:annotation:1.9.1'
testImplementation 'androidx.annotation:annotation:1.9.1'
testImplementation 'com.google.protobuf:protobuf-java:4.28.3'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.2.0'
Expand Down

0 comments on commit ee45e22

Please sign in to comment.