diff --git a/sentinel-dashboard/pom.xml b/sentinel-dashboard/pom.xml
index 8d02cdc81e..5ce343dbe3 100644
--- a/sentinel-dashboard/pom.xml
+++ b/sentinel-dashboard/pom.xml
@@ -47,6 +47,12 @@
org.springframework.boot
spring-boot-starter-web
${spring.boot.version}
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
org.springframework.boot
@@ -96,6 +102,11 @@
com.alibaba
fastjson
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.13.4.1
+
diff --git a/sentinel-demo/sentinel-demo-zuul-gateway/pom.xml b/sentinel-demo/sentinel-demo-zuul-gateway/pom.xml
index cd84b3827e..63f510143b 100644
--- a/sentinel-demo/sentinel-demo-zuul-gateway/pom.xml
+++ b/sentinel-demo/sentinel-demo-zuul-gateway/pom.xml
@@ -20,7 +20,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.2.1
+ 2.13.4.1