diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 449b1bd01f2..3ce3cf1d536 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -24,7 +24,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#6098](https://github.com/seata/seata/pull/6098)] optimize the retry logic in the acquireMetadata method
- [[#6034](https://github.com/seata/seata/pull/6034)] using namespace from command line when deployment with helm charts
- [[#6116](https://github.com/seata/seata/pull/6034)] remove lgtm.com stuff
-
+- [[#6145](https://github.com/seata/seata/pull/6145)] upgrade jettison to 1.5.4
### security:
- [[#6069](https://github.com/seata/seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 87126af81d3..cf67b248af0 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -27,6 +27,7 @@
### security:
- [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞
+- [[#6145](https://github.com/seata/seata/pull/6145)] 升级 jettison依赖版本至1.5.4
### test:
- [[#6081](https://github.com/seata/seata/pull/6081)] 添加 `test-os.yml` 用于测试seata在各种操作系统下的运行情况
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index e35bf7d961c..3617f09ced4 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -51,7 +51,8 @@
1.0.2
0.3.0
2.0.1
- 1.10.17
+ 1.10.18
+ 1.5.4
1.4.2
1.4.2
0.5.0
@@ -410,8 +411,17 @@
javax.servlet
servlet-api
+
+ org.codehaus.jettison
+ jettison
+
+
+ org.codehaus.jettison
+ jettison
+ ${jettison.version}
+
com.netflix.archaius
archaius-core
diff --git a/discovery/seata-discovery-eureka/pom.xml b/discovery/seata-discovery-eureka/pom.xml
index ad8c6a42539..82107292b87 100644
--- a/discovery/seata-discovery-eureka/pom.xml
+++ b/discovery/seata-discovery-eureka/pom.xml
@@ -46,6 +46,11 @@
com.thoughtworks.xstream
xstream
+
+ org.codehaus.jettison
+ jettison
+ runtime
+
com.netflix.archaius
archaius-core