diff --git a/pom.xml b/pom.xml
index fcff6801..dd441760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,10 @@
1.6.2
-
15.4
+
+
+ 3.21.0
@@ -80,6 +82,11 @@
spring-boot-starter-data-redis
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
org.apache.commons
commons-pool2
@@ -174,7 +181,14 @@
org.openjdk.nashorn
nashorn-core
- 15.4
+ ${nashorn.version}
+
+
+
+
+ org.redisson
+ redisson-spring-boot-starter
+ ${redisson.version}