|
|
@ -128,7 +128,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.googlecode.jmockit</groupId> |
|
|
|
<artifactId>jmockit</artifactId> |
|
|
|
<version>1.5</version> |
|
|
|
<version>1.7</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
@ -141,18 +141,18 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
<version>1.7.5</version> |
|
|
|
<version>1.7.6</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
<version>2.3.1</version> |
|
|
|
<version>2.3.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.3.1</version> |
|
|
|
<version>2.3.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
@ -179,7 +179,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.redisson</groupId> |
|
|
|
<artifactId>redisson</artifactId> |
|
|
|
<version>1.0.1</version> |
|
|
|
<version>1.0.2</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|