From 0b2d61d2cbe6f43f0e66561f31323ce864938743 Mon Sep 17 00:00:00 2001 From: surjendu104 Date: Mon, 1 Apr 2024 20:42:08 +0530 Subject: [PATCH] chore : upgrade the jackson-databind to latest version(2.17.0) --- 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 0ec69f0bcc6e..d308c7885993 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 569a5fceebd8..19f6feb8f7a7 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