From 7671178e41bb6f8a4e0fb78a3a570c4e5d9c6635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:55:30 -0400 Subject: [PATCH] actions: bump `org.codehaus.jackson:jackson-mapper-asl` to 1.9.13-atlassian-2 (fixes #2449) (#2441) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec646eb5be..cda593638e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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 }