From ec9400b2b5115649364c88a3ace5ae63345c1102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 13:14:32 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core in /sormas-app Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.4 to 2.15.1. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.1/release.properties) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.4...jackson-core-2.15.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sormas-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/build.gradle b/sormas-app/app/build.gradle index 8a9e70e69d1..c8026224cca 100644 --- a/sormas-app/app/build.gradle +++ b/sormas-app/app/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation(name: 'CircleProgress-v1.2.1', ext: 'aar') implementation 'io.reactivex:rxandroid:1.0.1' implementation 'io.reactivex:rxjava:1.0.14' - implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4' + implementation 'com.fasterxml.jackson.core:jackson-core:2.15.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.4' implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version" implementation "androidx.paging:paging-runtime:$paging_version"