Bump opencsv from 3.10 to 5.3 (#735)

This commit is contained in:
dependabot[bot]
2021-01-27 07:13:27 -06:00
committed by GitHub
parent 4a2fb2ac47
commit 784877871a
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ dependencies {
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("com.google.android.material:material:1.2.1")
implementation("com.google.zxing:core:3.4.1")
implementation("com.opencsv:opencsv:3.10")
implementation("com.opencsv:opencsv:5.3")
implementation(project(":uhabits-core"))
kapt("com.google.dagger:dagger-compiler:$daggerVersion")
kaptAndroidTest("com.google.dagger:dagger-compiler:$daggerVersion")