|
|
|
@ -75,11 +75,11 @@ |
|
|
|
<curator.version>4.2.0</curator.version> |
|
|
|
<zookeeper.version>3.5.5</zookeeper.version> |
|
|
|
<protobuf.version>3.17.2</protobuf.version> |
|
|
|
<grpc.version>1.38.0</grpc.version> |
|
|
|
<grpc.version>1.42.1</grpc.version> |
|
|
|
<lombok.version>1.18.18</lombok.version> |
|
|
|
<paho.client.version>1.2.4</paho.client.version> |
|
|
|
<netty.version>4.1.67.Final</netty.version> |
|
|
|
<netty-tcnative-boringssl-static.version>2.0.40.Final</netty-tcnative-boringssl-static.version> |
|
|
|
<netty.version>4.1.71.Final</netty.version> |
|
|
|
<netty-tcnative.version>2.0.46.Final</netty-tcnative.version> |
|
|
|
<os-maven-plugin.version>1.7.0</os-maven-plugin.version> |
|
|
|
<rabbitmq.version>4.8.0</rabbitmq.version> |
|
|
|
<surfire.version>2.19.1</surfire.version> |
|
|
|
@ -1239,7 +1239,12 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-tcnative-boringssl-static</artifactId> |
|
|
|
<version>${netty-tcnative-boringssl-static.version}</version> |
|
|
|
<version>${netty-tcnative.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-tcnative-classes</artifactId> |
|
|
|
<version>${netty-tcnative.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
|