From 60ff7b44fc92c711863291abd177ffdd37aa6e04 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Sat, 12 Mar 2022 19:57:56 -0500 Subject: [PATCH 1/3] Bump `jackson-databind` dependency to 2.13 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index e1a4b4e7..a62f3b29 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -47,7 +47,7 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.6' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60' testImplementation 'junit:junit:4.12' testImplementation 'net.jodah:concurrentunit:0.4.3' From e4c01b958a2b2bf2cb90431fb802b6f8eff85c62 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Sat, 12 Mar 2022 20:01:15 -0500 Subject: [PATCH 2/3] Update build.gradle --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index a62f3b29..29f19206 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -47,7 +47,7 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60' testImplementation 'junit:junit:4.12' testImplementation 'net.jodah:concurrentunit:0.4.3' From 2e1eafa513016b5d144413aae07c008fd6e5509d Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Sat, 12 Mar 2022 20:01:58 -0500 Subject: [PATCH 3/3] Update build.gradle --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 29f19206..55f531b8 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -47,7 +47,7 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60' testImplementation 'junit:junit:4.12' testImplementation 'net.jodah:concurrentunit:0.4.3'