From bd3f684888c756aaf937ca35c20495310c739312 Mon Sep 17 00:00:00 2001 From: Lars Marius Garshol Date: Sat, 14 May 2022 11:12:33 +0200 Subject: [PATCH] Bump Jackson version --- core/build.gradle | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index f6003768..c39e6efb 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' testImplementation 'junit:junit:4.13.2' testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2' diff --git a/pom.xml b/pom.xml index ac1ef4f4..d869183c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ This file is only here to enable the Github dependency graph. com.fasterxml.jackson.core jackson-databind - 2.12.0 + 2.13.2.2 jar @@ -33,7 +33,7 @@ This file is only here to enable the Github dependency graph. com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.12.0 + 2.13.2 jar test