From f81ef953617ba24d8d6c69de4dd6acd1aa827b0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:33:15 +0000 Subject: [PATCH] Bump jackson-databind from 2.11.2 to 2.11.3 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c6d048f5..a8e76f54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.3.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.squareup.okhttp3:okhttp:4.8.1' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.3' testImplementation 'junit:junit:4.13'