Bump annotation from 1.3.0 to 1.4.0

Bumps annotation from 1.3.0 to 1.4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-01 10:52:36 +00:00
committed by Quentin Hibon
parent af5914c2db
commit e00998f913
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ kotlin {
implementation("com.google.guava:guava:31.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.3")
implementation("androidx.annotation:annotation:1.3.0")
implementation("androidx.annotation:annotation:1.4.0")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.opencsv:opencsv:5.6")
implementation("commons-codec:commons-codec:1.15")