Browse Source

jedis 升到 3.6.3,fst 升到 2.57

James 4 years ago
parent
commit
167fe23ad6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -180,13 +180,13 @@
 		<dependency>
 		<dependency>
 			<groupId>redis.clients</groupId>
 			<groupId>redis.clients</groupId>
 			<artifactId>jedis</artifactId>
 			<artifactId>jedis</artifactId>
-			<version>2.7.2</version>
+			<version>3.6.3</version>
 			<scope>provided</scope>
 			<scope>provided</scope>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>
 			<groupId>de.ruedigermoeller</groupId>
 			<groupId>de.ruedigermoeller</groupId>
 			<artifactId>fst</artifactId>
 			<artifactId>fst</artifactId>
-			<version>2.29</version>
+			<version>2.57</version><!-- 注意:更高版本不支持 jdk 8 -->
 			<scope>provided</scope>
 			<scope>provided</scope>
 			
 			
 			<exclusions>
 			<exclusions>