From 2b71bfd5bb5551000e00440c10b0560ad34d4ce5 Mon Sep 17 00:00:00 2001 From: Wilson Kurniawan Date: Mon, 23 Jan 2023 14:25:29 +0800 Subject: [PATCH 1/4] chore: bump jackson-databind from 2.13.3 to 2.13.4.2 --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ef5d65c2..467a781f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,8 @@ - 2.13.3 + 2.13.4 + 2.13.4.2 https://github.com/sendgrid/sendgrid-java @@ -277,7 +278,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} junit From 0100962e61d83401e62f0ef3b77f2a3bbf0e95b1 Mon Sep 17 00:00:00 2001 From: Shubham Date: Wed, 17 Jan 2024 17:49:00 +0530 Subject: [PATCH 2/4] chore: adding version 2.16.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 467a781f..0a17d822 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ - 2.13.4 - 2.13.4.2 + 2.16.1 + https://github.com/sendgrid/sendgrid-java @@ -307,4 +307,4 @@ - \ No newline at end of file + From a0dbf581d9a96ccbef237cc5dd5f5ed95f018af2 Mon Sep 17 00:00:00 2001 From: Shubham Date: Wed, 17 Jan 2024 17:49:47 +0530 Subject: [PATCH 3/4] chore: Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a17d822..a647c998 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.databind.version} + ${jackson.version} junit From cb501803fec7ccef907d638fe2ab53fec675f335 Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 18 Jan 2024 13:47:23 +0530 Subject: [PATCH 4/4] chore: upgrading jackson to 2.14.0 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 67d1e5e6..ca72a7aa 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,7 @@ - 2.16.1 - + 2.14.0 https://github.com/sendgrid/sendgrid-java