|
67 | 67 | <spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile> |
68 | 68 | <animal.sniffer.skip>false</animal.sniffer.skip> |
69 | 69 |
|
70 | | - <netty.version>4.1.115.Final</netty.version> <!-- {x-version-update;io.netty:netty-common;external_dependency} --> |
71 | | - <netty-tcnative.version>2.0.69.Final</netty-tcnative.version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
| 70 | + <netty.version>4.1.118.Final</netty.version> <!-- {x-version-update;io.netty:netty-common;external_dependency} --> |
| 71 | + <netty-tcnative.version>2.0.70.Final</netty-tcnative.version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
72 | 72 | </properties> |
73 | 73 |
|
74 | 74 | <developers> |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>io.netty</groupId> |
90 | 90 | <artifactId>netty-handler</artifactId> |
91 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} --> |
| 91 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} --> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>io.netty</groupId> |
95 | 95 | <artifactId>netty-handler-proxy</artifactId> |
96 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} --> |
| 96 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} --> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>io.netty</groupId> |
100 | 100 | <artifactId>netty-buffer</artifactId> |
101 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} --> |
| 101 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} --> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>io.netty</groupId> |
105 | 105 | <artifactId>netty-codec</artifactId> |
106 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} --> |
| 106 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} --> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>io.netty</groupId> |
110 | 110 | <artifactId>netty-codec-http</artifactId> |
111 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} --> |
| 111 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} --> |
112 | 112 | </dependency> |
113 | 113 |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>io.netty</groupId> |
116 | 116 | <artifactId>netty-codec-http2</artifactId> |
117 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} --> |
| 117 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} --> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>io.netty</groupId> |
121 | 121 | <artifactId>netty-transport-native-unix-common</artifactId> |
122 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} --> |
| 122 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} --> |
123 | 123 | </dependency> |
124 | 124 | <dependency> |
125 | 125 | <groupId>io.netty</groupId> |
126 | 126 | <artifactId>netty-transport-native-epoll</artifactId> |
127 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} --> |
| 127 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} --> |
128 | 128 | <classifier>linux-x86_64</classifier> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>io.netty</groupId> |
132 | 132 | <artifactId>netty-transport-native-kqueue</artifactId> |
133 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} --> |
| 133 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} --> |
134 | 134 | <classifier>osx-x86_64</classifier> |
135 | 135 | </dependency> |
136 | 136 |
|
137 | 137 | <dependency> |
138 | 138 | <groupId>io.netty</groupId> |
139 | 139 | <artifactId>netty-tcnative-boringssl-static</artifactId> |
140 | | - <version>2.0.69.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
| 140 | + <version>2.0.70.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
141 | 141 | <classifier>${boring-ssl-classifier}</classifier> |
142 | 142 | </dependency> |
143 | 143 |
|
|
150 | 150 | <dependency> |
151 | 151 | <groupId>io.netty</groupId> |
152 | 152 | <artifactId>netty-common</artifactId> |
153 | | - <version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} --> |
| 153 | + <version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} --> |
154 | 154 | </dependency> |
155 | 155 | <!-- test dependencies on azure-core, because we want to run tests inherited from this module using Netty --> |
156 | 156 | <dependency> |
|
211 | 211 | <rules> |
212 | 212 | <bannedDependencies> |
213 | 213 | <includes> |
214 | | - <include>io.netty:netty-tcnative-boringssl-static:[2.0.69.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
| 214 | + <include>io.netty:netty-tcnative-boringssl-static:[2.0.70.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} --> |
215 | 215 | <include>io.projectreactor.netty:reactor-netty-http:[1.0.48]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} --> |
216 | | - <include>io.netty:netty-buffer:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} --> |
217 | | - <include>io.netty:netty-common:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} --> |
218 | | - <include>io.netty:netty-codec:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} --> |
219 | | - <include>io.netty:netty-codec-http:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} --> |
220 | | - <include>io.netty:netty-codec-http2:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} --> |
221 | | - <include>io.netty:netty-handler:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} --> |
222 | | - <include>io.netty:netty-handler-proxy:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} --> |
223 | | - <include>io.netty:netty-transport-native-unix-common:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} --> |
224 | | - <include>io.netty:netty-transport-native-epoll:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} --> |
225 | | - <include>io.netty:netty-transport-native-kqueue:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} --> |
| 216 | + <include>io.netty:netty-buffer:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} --> |
| 217 | + <include>io.netty:netty-common:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} --> |
| 218 | + <include>io.netty:netty-codec:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} --> |
| 219 | + <include>io.netty:netty-codec-http:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} --> |
| 220 | + <include>io.netty:netty-codec-http2:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} --> |
| 221 | + <include>io.netty:netty-handler:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} --> |
| 222 | + <include>io.netty:netty-handler-proxy:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} --> |
| 223 | + <include>io.netty:netty-transport-native-unix-common:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} --> |
| 224 | + <include>io.netty:netty-transport-native-epoll:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} --> |
| 225 | + <include>io.netty:netty-transport-native-kqueue:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} --> |
226 | 226 | </includes> |
227 | 227 | </bannedDependencies> |
228 | 228 | </rules> |
|
0 commit comments