|
139 | 139 | <htrace3.version>3.1.0-incubating</htrace3.version> |
140 | 140 | <htrace4.version>4.1.0-incubating</htrace4.version> |
141 | 141 | <metrics.version>3.2.4</metrics.version> |
142 | | - <netty4.version>4.1.68.Final</netty4.version> |
| 142 | + <netty4.version>4.1.94.Final</netty4.version> |
143 | 143 | <snappy-java.version>1.1.10.4</snappy-java.version> |
144 | 144 |
|
145 | 145 | <!-- Maven protoc compiler --> |
|
935 | 935 | <version>${netty4.version}</version> |
936 | 936 | </dependency> |
937 | 937 |
|
| 938 | + <dependency> |
| 939 | + <groupId>io.netty</groupId> |
| 940 | + <artifactId>netty-codec-socks</artifactId> |
| 941 | + <version>${netty4.version}</version> |
| 942 | + </dependency> |
| 943 | + |
| 944 | + <dependency> |
| 945 | + <groupId>io.netty</groupId> |
| 946 | + <artifactId>netty-handler-proxy</artifactId> |
| 947 | + <version>${netty4.version}</version> |
| 948 | + </dependency> |
| 949 | + |
| 950 | + <dependency> |
| 951 | + <groupId>io.netty</groupId> |
| 952 | + <artifactId>netty-resolver</artifactId> |
| 953 | + <version>${netty4.version}</version> |
| 954 | + </dependency> |
| 955 | + |
| 956 | + <dependency> |
| 957 | + <groupId>io.netty</groupId> |
| 958 | + <artifactId>netty-handler</artifactId> |
| 959 | + <version>${netty4.version}</version> |
| 960 | + </dependency> |
| 961 | + |
| 962 | + <dependency> |
| 963 | + <groupId>io.netty</groupId> |
| 964 | + <artifactId>netty-buffer</artifactId> |
| 965 | + <version>${netty4.version}</version> |
| 966 | + </dependency> |
| 967 | + |
| 968 | + <dependency> |
| 969 | + <groupId>io.netty</groupId> |
| 970 | + <artifactId>netty-transport</artifactId> |
| 971 | + <version>${netty4.version}</version> |
| 972 | + </dependency> |
| 973 | + |
| 974 | + <dependency> |
| 975 | + <groupId>io.netty</groupId> |
| 976 | + <artifactId>netty-common</artifactId> |
| 977 | + <version>${netty4.version}</version> |
| 978 | + </dependency> |
| 979 | + |
| 980 | + <dependency> |
| 981 | + <groupId>io.netty</groupId> |
| 982 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 983 | + <version>${netty4.version}</version> |
| 984 | + </dependency> |
| 985 | + |
| 986 | + <dependency> |
| 987 | + <groupId>io.netty</groupId> |
| 988 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 989 | + <version>${netty4.version}</version> |
| 990 | + </dependency> |
| 991 | + |
| 992 | + <dependency> |
| 993 | + <groupId>io.netty</groupId> |
| 994 | + <artifactId>netty-codec</artifactId> |
| 995 | + <version>${netty4.version}</version> |
| 996 | + </dependency> |
| 997 | + |
938 | 998 | <dependency> |
939 | 999 | <groupId>commons-io</groupId> |
940 | 1000 | <artifactId>commons-io</artifactId> |
|
0 commit comments