更新 template/pom.xml

This commit is contained in:
ycl
2025-12-22 14:04:15 +08:00
parent e357a1e957
commit 65196d36bc

View File

@@ -129,9 +129,9 @@
<version>2.7.18</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.3.0</version>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.23.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>