Commit 2f4306c74cd4c5a2e4b2bb19f705834993b5b707
1 parent
106effac
修改redis版本
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| ... | ... | @@ -300,7 +300,7 @@ |
| 300 | 300 | <dependency> |
| 301 | 301 | <groupId>redis.clients</groupId> |
| 302 | 302 | <artifactId>jedis</artifactId> |
| 303 | - <version>2.4.2</version> | |
| 303 | + <version>2.8.1</version> | |
| 304 | 304 | </dependency> |
| 305 | 305 | |
| 306 | 306 | <!-- Common Dependency End --> |
| ... | ... | @@ -473,7 +473,7 @@ |
| 473 | 473 | <dependency> |
| 474 | 474 | <groupId>org.apache.httpcomponents</groupId> |
| 475 | 475 | <artifactId>httpclient</artifactId> |
| 476 | - <version>4.3.3</version> | |
| 476 | + <version>4.5.2</version> | |
| 477 | 477 | </dependency> |
| 478 | 478 | <dependency> |
| 479 | 479 | <groupId>org.jboss.netty</groupId> | ... | ... |