Skip to content

Commit

Permalink
actions: bump org.codehaus.jackson:jackson-mapper-asl to 1.9.13-atl…
Browse files Browse the repository at this point in the history
…assian-2 (fixes #2449) (#2441)

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 Sep 8, 2023
1 parent bd28328 commit 7671178
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 19
targetSdkVersion 33
versionCode 1019
versionName "0.10.19"
versionCode 1020
versionName "0.10.20"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.afollestad.material-dialogs:commons:0.9.6.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.codehaus.jackson:jackson-mapper-asl:1.5.0'
implementation 'org.codehaus.jackson:jackson-mapper-asl:1.9.13-atlassian-2'
implementation('com.mikepenz:materialdrawer:6.1.1@aar') {
transitive = true
}
Expand Down

0 comments on commit 7671178

Please sign in to comment.