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