|
130 | 130 | <gson.version>2.9.0</gson.version> |
131 | 131 | <metrics.version>3.2.4</metrics.version> |
132 | 132 | <netty3.version>3.10.6.Final</netty3.version> |
133 | | - <netty4.version>4.1.68.Final</netty4.version> |
| 133 | + <netty4.version>4.1.77.Final</netty4.version> |
134 | 134 |
|
135 | 135 | <!-- define the Java language version used by the compiler --> |
136 | 136 | <javac.version>1.8</javac.version> |
|
839 | 839 | <version>${netty4.version}</version> |
840 | 840 | </dependency> |
841 | 841 |
|
| 842 | + <dependency> |
| 843 | + <groupId>io.netty</groupId> |
| 844 | + <artifactId>netty-codec-socks</artifactId> |
| 845 | + <version>${netty4.version}</version> |
| 846 | + </dependency> |
| 847 | + |
| 848 | + <dependency> |
| 849 | + <groupId>io.netty</groupId> |
| 850 | + <artifactId>netty-handler-proxy</artifactId> |
| 851 | + <version>${netty4.version}</version> |
| 852 | + </dependency> |
| 853 | + |
| 854 | + <dependency> |
| 855 | + <groupId>io.netty</groupId> |
| 856 | + <artifactId>netty-resolver</artifactId> |
| 857 | + <version>${netty4.version}</version> |
| 858 | + </dependency> |
| 859 | + |
| 860 | + <dependency> |
| 861 | + <groupId>io.netty</groupId> |
| 862 | + <artifactId>netty-handler</artifactId> |
| 863 | + <version>${netty4.version}</version> |
| 864 | + </dependency> |
| 865 | + |
| 866 | + <dependency> |
| 867 | + <groupId>io.netty</groupId> |
| 868 | + <artifactId>netty-buffer</artifactId> |
| 869 | + <version>${netty4.version}</version> |
| 870 | + </dependency> |
| 871 | + |
| 872 | + <dependency> |
| 873 | + <groupId>io.netty</groupId> |
| 874 | + <artifactId>netty-transport</artifactId> |
| 875 | + <version>${netty4.version}</version> |
| 876 | + </dependency> |
| 877 | + |
| 878 | + <dependency> |
| 879 | + <groupId>io.netty</groupId> |
| 880 | + <artifactId>netty-common</artifactId> |
| 881 | + <version>${netty4.version}</version> |
| 882 | + </dependency> |
| 883 | + |
| 884 | + <dependency> |
| 885 | + <groupId>io.netty</groupId> |
| 886 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 887 | + <version>${netty4.version}</version> |
| 888 | + </dependency> |
| 889 | + |
| 890 | + <dependency> |
| 891 | + <groupId>io.netty</groupId> |
| 892 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 893 | + <version>${netty4.version}</version> |
| 894 | + </dependency> |
| 895 | + |
| 896 | + <dependency> |
| 897 | + <groupId>io.netty</groupId> |
| 898 | + <artifactId>netty-codec</artifactId> |
| 899 | + <version>${netty4.version}</version> |
| 900 | + </dependency> |
| 901 | + |
842 | 902 | <dependency> |
843 | 903 | <groupId>commons-io</groupId> |
844 | 904 | <artifactId>commons-io</artifactId> |
|
0 commit comments