diff --git a/CHANGES.md b/CHANGES.md
index 7a947731ec0..1dfe1663b59 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,7 @@ Apollo 2.2.0
* [[Multi-Database Support] Introduce h2 postgre profile properties to let user config database config](https://github.com/apolloconfig/apollo/pull/4766)
* [[Multi-Database Support] Optimize column define case sensitivity](https://github.com/apolloconfig/apollo/pull/4776)
* [[Multi-Database Support][pg] Where clause need escape, otherwise will request postgre use lowwer case](https://github.com/apolloconfig/apollo/pull/4780)
+* [Misc dependency updates](https://github.com/apolloconfig/apollo/pull/4784)
------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/13?closed=1)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 13a6b8fd380..b92d0fa98bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,12 +66,17 @@
2.1.0
2.7.9
2021.0.5
- 2.3.1
+
+ 4.2.0
+ 3.12.0
+ 2.10.1
+ 31.1-jre
+ 3.23.1-GA
1.1.1
1.6.2
- 3.23.1-GA
+ 2.3.1
+ 5.9.2
1.4.0
- 3.12.0
8.0.32
42.5.3
@@ -149,12 +154,12 @@
com.google.guava
guava
- 31.0.1-jre
+ ${guava.version}
com.google.code.gson
gson
- 2.8.9
+ ${gson.version}
com.mysql
@@ -186,13 +191,13 @@
org.awaitility
awaitility
- 4.0.3
+ ${awaitility.version}
test
org.junit.vintage
junit-vintage-engine
- 5.7.0
+ ${junit.version}
test
@@ -597,7 +602,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.3
+ 0.8.8
prepare-agent
@@ -610,7 +615,7 @@
org.eluder.coveralls
coveralls-maven-plugin
- 4.2.0
+ 4.3.0
@@ -628,7 +633,7 @@
nacos-discovery
- 0.2.7
+ 0.2.12
1.2.83