Skip to content

Commit 20549a9

Browse files
committed
🎨 主pom恢复jedis版本,仅qidian模块使用最新版
1 parent edf20c4 commit 20549a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<dependency>
281281
<groupId>redis.clients</groupId>
282282
<artifactId>jedis</artifactId>
283-
<version>4.3.2</version>
283+
<version>3.3.0</version>
284284
<scope>provided</scope>
285285
</dependency>
286286
<dependency>

spring-boot-starters/wx-java-qidian-spring-boot-starter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<dependency>
2121
<groupId>redis.clients</groupId>
2222
<artifactId>jedis</artifactId>
23+
<version>4.3.2</version>
2324
<scope>compile</scope>
2425
</dependency>
2526
<dependency>

0 commit comments

Comments
 (0)