Skip to content

Commit

Permalink
all: bump com.opencsv:opencsv to 5.10 (fixes #5020) (#5005)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Jan 13, 2025
1 parent 6ab2993 commit 5712f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2188
versionName "0.21.88"
versionCode 2189
versionName "0.21.89"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -193,7 +193,7 @@ dependencies {
implementation 'com.borax12.materialdaterangepicker:library:2.0'
implementation 'com.nex3z:toggle-button-group:1.2.3'
implementation 'com.caverock:androidsvg-aar:1.4'
implementation('com.opencsv:opencsv:5.9') {
implementation('com.opencsv:opencsv:5.10') {
exclude group: 'commons-logging', module: 'commons-logging'
}

Expand Down

0 comments on commit 5712f21

Please sign in to comment.