|
|
@ -85,37 +85,37 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-buffer</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-common</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-handler</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-codec-http</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-codec</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport-native-epoll</artifactId> |
|
|
|
<version>4.1.32.Final</version> |
|
|
|
<version>4.1.39.Final</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
@ -140,12 +140,12 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.9.9</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.9.7</version> |
|
|
|
<version>2.9.9.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
@ -172,7 +172,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.redisson</groupId> |
|
|
|
<artifactId>redisson</artifactId> |
|
|
|
<version>3.10.0</version> |
|
|
|
<version>3.11.3</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
@ -294,7 +294,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.felix</groupId> |
|
|
|
<artifactId>maven-bundle-plugin</artifactId> |
|
|
|
<version>3.5.0</version> |
|
|
|
<version>4.2.1</version> |
|
|
|
<extensions>true</extensions> |
|
|
|
<configuration> |
|
|
|
<instructions> |
|
|
|