|
134 | 134 | <htrace4.version>4.1.0-incubating</htrace4.version> |
135 | 135 | <metrics.version>3.2.4</metrics.version> |
136 | 136 | <netty3.version>3.10.6.Final</netty3.version> |
137 | | - <netty4.version>4.1.68.Final</netty4.version> |
| 137 | + <netty4.version>4.1.77.Final</netty4.version> |
138 | 138 |
|
139 | 139 | <!-- Maven protoc compiler --> |
140 | 140 | <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version> |
|
902 | 902 | <version>${netty4.version}</version> |
903 | 903 | </dependency> |
904 | 904 |
|
| 905 | + <dependency> |
| 906 | + <groupId>io.netty</groupId> |
| 907 | + <artifactId>netty-codec-socks</artifactId> |
| 908 | + <version>${netty4.version}</version> |
| 909 | + </dependency> |
| 910 | + |
| 911 | + <dependency> |
| 912 | + <groupId>io.netty</groupId> |
| 913 | + <artifactId>netty-handler-proxy</artifactId> |
| 914 | + <version>${netty4.version}</version> |
| 915 | + </dependency> |
| 916 | + |
| 917 | + <dependency> |
| 918 | + <groupId>io.netty</groupId> |
| 919 | + <artifactId>netty-resolver</artifactId> |
| 920 | + <version>${netty4.version}</version> |
| 921 | + </dependency> |
| 922 | + |
| 923 | + <dependency> |
| 924 | + <groupId>io.netty</groupId> |
| 925 | + <artifactId>netty-handler</artifactId> |
| 926 | + <version>${netty4.version}</version> |
| 927 | + </dependency> |
| 928 | + |
| 929 | + <dependency> |
| 930 | + <groupId>io.netty</groupId> |
| 931 | + <artifactId>netty-buffer</artifactId> |
| 932 | + <version>${netty4.version}</version> |
| 933 | + </dependency> |
| 934 | + |
| 935 | + <dependency> |
| 936 | + <groupId>io.netty</groupId> |
| 937 | + <artifactId>netty-transport</artifactId> |
| 938 | + <version>${netty4.version}</version> |
| 939 | + </dependency> |
| 940 | + |
| 941 | + <dependency> |
| 942 | + <groupId>io.netty</groupId> |
| 943 | + <artifactId>netty-common</artifactId> |
| 944 | + <version>${netty4.version}</version> |
| 945 | + </dependency> |
| 946 | + |
| 947 | + <dependency> |
| 948 | + <groupId>io.netty</groupId> |
| 949 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 950 | + <version>${netty4.version}</version> |
| 951 | + </dependency> |
| 952 | + |
| 953 | + <dependency> |
| 954 | + <groupId>io.netty</groupId> |
| 955 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 956 | + <version>${netty4.version}</version> |
| 957 | + </dependency> |
| 958 | + |
| 959 | + <dependency> |
| 960 | + <groupId>io.netty</groupId> |
| 961 | + <artifactId>netty-codec</artifactId> |
| 962 | + <version>${netty4.version}</version> |
| 963 | + </dependency> |
| 964 | + |
905 | 965 | <dependency> |
906 | 966 | <groupId>commons-io</groupId> |
907 | 967 | <artifactId>commons-io</artifactId> |
|
0 commit comments