From 7d8c948a73fd7b675f0ae7047f4cc7a97dc882b3 Mon Sep 17 00:00:00 2001 From: Wilson Kurniawan Date: Mon, 23 Jan 2023 14:25:29 +0800 Subject: [PATCH] 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..6363b03a 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