From 9f97c1505d8985d7b0f6d4cea3f91c23a0b54bdd Mon Sep 17 00:00:00 2001 From: Surjendu <101238933+surjendu104@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:06:39 +0530 Subject: [PATCH] deps : upgrade the jackson-databind to latest version(2.17.0) (#2885) --- dynamic-proxy/pom.xml | 7 ++++++- event-sourcing/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/dynamic-proxy/pom.xml b/dynamic-proxy/pom.xml index 0ec69f0bc..d308c7885 100644 --- a/dynamic-proxy/pom.xml +++ b/dynamic-proxy/pom.xml @@ -35,10 +35,15 @@ dynamic-proxy + + com.fasterxml.jackson.core + jackson-core + 2.17.0 + com.fasterxml.jackson.core jackson-databind - 2.16.1 + 2.17.0 org.springframework diff --git a/event-sourcing/pom.xml b/event-sourcing/pom.xml index 569a5fcee..19f6feb8f 100644 --- a/event-sourcing/pom.xml +++ b/event-sourcing/pom.xml @@ -39,9 +39,15 @@ junit-jupiter-engine test + + com.fasterxml.jackson.core + jackson-core + 2.17.0 + com.fasterxml.jackson.core jackson-databind + 2.17.0