|
25 | 25 |
|
26 | 26 | <groupId>io.netty</groupId>
|
27 | 27 | <artifactId>netty-bom</artifactId>
|
28 |
| - <version>4.1.27.Final</version> |
| 28 | + <version>4.1.28.Final-SNAPSHOT</version> |
29 | 29 | <packaging>pom</packaging>
|
30 | 30 |
|
31 | 31 | <name>Netty/BOM</name>
|
|
49 | 49 | <url>https://github.com/netty/netty</url>
|
50 | 50 | <connection>scm:git:git://github.com/netty/netty.git</connection>
|
51 | 51 | < developerConnection>scm:git:ssh:// [email protected]/netty/netty.git</ developerConnection>
|
52 |
| - <tag>netty-4.1.27.Final</tag> |
| 52 | + <tag>HEAD</tag> |
53 | 53 | </scm>
|
54 | 54 |
|
55 | 55 | <developers>
|
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>io.netty</groupId>
|
71 | 71 | <artifactId>netty-buffer</artifactId>
|
72 |
| - <version>4.1.27.Final</version> |
| 72 | + <version>4.1.28.Final-SNAPSHOT</version> |
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>io.netty</groupId>
|
76 | 76 | <artifactId>netty-codec</artifactId>
|
77 |
| - <version>4.1.27.Final</version> |
| 77 | + <version>4.1.28.Final-SNAPSHOT</version> |
78 | 78 | </dependency>
|
79 | 79 | <dependency>
|
80 | 80 | <groupId>io.netty</groupId>
|
81 | 81 | <artifactId>netty-codec-dns</artifactId>
|
82 |
| - <version>4.1.27.Final</version> |
| 82 | + <version>4.1.28.Final-SNAPSHOT</version> |
83 | 83 | </dependency>
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>io.netty</groupId>
|
86 | 86 | <artifactId>netty-codec-haproxy</artifactId>
|
87 |
| - <version>4.1.27.Final</version> |
| 87 | + <version>4.1.28.Final-SNAPSHOT</version> |
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>io.netty</groupId>
|
91 | 91 | <artifactId>netty-codec-http</artifactId>
|
92 |
| - <version>4.1.27.Final</version> |
| 92 | + <version>4.1.28.Final-SNAPSHOT</version> |
93 | 93 | </dependency>
|
94 | 94 | <dependency>
|
95 | 95 | <groupId>io.netty</groupId>
|
96 | 96 | <artifactId>netty-codec-http2</artifactId>
|
97 |
| - <version>4.1.27.Final</version> |
| 97 | + <version>4.1.28.Final-SNAPSHOT</version> |
98 | 98 | </dependency>
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>io.netty</groupId>
|
101 | 101 | <artifactId>netty-codec-memcache</artifactId>
|
102 |
| - <version>4.1.27.Final</version> |
| 102 | + <version>4.1.28.Final-SNAPSHOT</version> |
103 | 103 | </dependency>
|
104 | 104 | <dependency>
|
105 | 105 | <groupId>io.netty</groupId>
|
106 | 106 | <artifactId>netty-codec-mqtt</artifactId>
|
107 |
| - <version>4.1.27.Final</version> |
| 107 | + <version>4.1.28.Final-SNAPSHOT</version> |
108 | 108 | </dependency>
|
109 | 109 | <dependency>
|
110 | 110 | <groupId>io.netty</groupId>
|
111 | 111 | <artifactId>netty-codec-redis</artifactId>
|
112 |
| - <version>4.1.27.Final</version> |
| 112 | + <version>4.1.28.Final-SNAPSHOT</version> |
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>io.netty</groupId>
|
116 | 116 | <artifactId>netty-codec-smtp</artifactId>
|
117 |
| - <version>4.1.27.Final</version> |
| 117 | + <version>4.1.28.Final-SNAPSHOT</version> |
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
120 | 120 | <groupId>io.netty</groupId>
|
121 | 121 | <artifactId>netty-codec-socks</artifactId>
|
122 |
| - <version>4.1.27.Final</version> |
| 122 | + <version>4.1.28.Final-SNAPSHOT</version> |
123 | 123 | </dependency>
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>io.netty</groupId>
|
126 | 126 | <artifactId>netty-codec-stomp</artifactId>
|
127 |
| - <version>4.1.27.Final</version> |
| 127 | + <version>4.1.28.Final-SNAPSHOT</version> |
128 | 128 | </dependency>
|
129 | 129 | <dependency>
|
130 | 130 | <groupId>io.netty</groupId>
|
131 | 131 | <artifactId>netty-codec-xml</artifactId>
|
132 |
| - <version>4.1.27.Final</version> |
| 132 | + <version>4.1.28.Final-SNAPSHOT</version> |
133 | 133 | </dependency>
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>io.netty</groupId>
|
136 | 136 | <artifactId>netty-common</artifactId>
|
137 |
| - <version>4.1.27.Final</version> |
| 137 | + <version>4.1.28.Final-SNAPSHOT</version> |
138 | 138 | </dependency>
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>io.netty</groupId>
|
141 | 141 | <artifactId>netty-dev-tools</artifactId>
|
142 |
| - <version>4.1.27.Final</version> |
| 142 | + <version>4.1.28.Final-SNAPSHOT</version> |
143 | 143 | </dependency>
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>io.netty</groupId>
|
146 | 146 | <artifactId>netty-handler</artifactId>
|
147 |
| - <version>4.1.27.Final</version> |
| 147 | + <version>4.1.28.Final-SNAPSHOT</version> |
148 | 148 | </dependency>
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>io.netty</groupId>
|
151 | 151 | <artifactId>netty-handler-proxy</artifactId>
|
152 |
| - <version>4.1.27.Final</version> |
| 152 | + <version>4.1.28.Final-SNAPSHOT</version> |
153 | 153 | </dependency>
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>io.netty</groupId>
|
156 | 156 | <artifactId>netty-resolver</artifactId>
|
157 |
| - <version>4.1.27.Final</version> |
| 157 | + <version>4.1.28.Final-SNAPSHOT</version> |
158 | 158 | </dependency>
|
159 | 159 | <dependency>
|
160 | 160 | <groupId>io.netty</groupId>
|
161 | 161 | <artifactId>netty-resolver-dns</artifactId>
|
162 |
| - <version>4.1.27.Final</version> |
| 162 | + <version>4.1.28.Final-SNAPSHOT</version> |
163 | 163 | </dependency>
|
164 | 164 | <dependency>
|
165 | 165 | <groupId>io.netty</groupId>
|
166 | 166 | <artifactId>netty-transport</artifactId>
|
167 |
| - <version>4.1.27.Final</version> |
| 167 | + <version>4.1.28.Final-SNAPSHOT</version> |
168 | 168 | </dependency>
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>io.netty</groupId>
|
171 | 171 | <artifactId>netty-transport-rxtx</artifactId>
|
172 |
| - <version>4.1.27.Final</version> |
| 172 | + <version>4.1.28.Final-SNAPSHOT</version> |
173 | 173 | </dependency>
|
174 | 174 | <dependency>
|
175 | 175 | <groupId>io.netty</groupId>
|
176 | 176 | <artifactId>netty-transport-sctp</artifactId>
|
177 |
| - <version>4.1.27.Final</version> |
| 177 | + <version>4.1.28.Final-SNAPSHOT</version> |
178 | 178 | </dependency>
|
179 | 179 | <dependency>
|
180 | 180 | <groupId>io.netty</groupId>
|
181 | 181 | <artifactId>netty-transport-udt</artifactId>
|
182 |
| - <version>4.1.27.Final</version> |
| 182 | + <version>4.1.28.Final-SNAPSHOT</version> |
183 | 183 | </dependency>
|
184 | 184 | <dependency>
|
185 | 185 | <groupId>io.netty</groupId>
|
186 | 186 | <artifactId>netty-example</artifactId>
|
187 |
| - <version>4.1.27.Final</version> |
| 187 | + <version>4.1.28.Final-SNAPSHOT</version> |
188 | 188 | </dependency>
|
189 | 189 | <dependency>
|
190 | 190 | <groupId>io.netty</groupId>
|
191 | 191 | <artifactId>netty-all</artifactId>
|
192 |
| - <version>4.1.27.Final</version> |
| 192 | + <version>4.1.28.Final-SNAPSHOT</version> |
193 | 193 | </dependency>
|
194 | 194 | <dependency>
|
195 | 195 | <groupId>io.netty</groupId>
|
196 | 196 | <artifactId>netty-transport-native-unix-common</artifactId>
|
197 |
| - <version>4.1.27.Final</version> |
| 197 | + <version>4.1.28.Final-SNAPSHOT</version> |
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>io.netty</groupId>
|
201 | 201 | <artifactId>netty-transport-native-unix-common</artifactId>
|
202 |
| - <version>4.1.27.Final</version> |
| 202 | + <version>4.1.28.Final-SNAPSHOT</version> |
203 | 203 | <classifier>linux-x86_64</classifier>
|
204 | 204 | </dependency>
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>io.netty</groupId>
|
207 | 207 | <artifactId>netty-transport-native-unix-common</artifactId>
|
208 |
| - <version>4.1.27.Final</version> |
| 208 | + <version>4.1.28.Final-SNAPSHOT</version> |
209 | 209 | <classifier>osx-x86_64</classifier>
|
210 | 210 | </dependency>
|
211 | 211 | <dependency>
|
212 | 212 | <groupId>io.netty</groupId>
|
213 | 213 | <artifactId>netty-transport-native-epoll</artifactId>
|
214 |
| - <version>4.1.27.Final</version> |
| 214 | + <version>4.1.28.Final-SNAPSHOT</version> |
215 | 215 | </dependency>
|
216 | 216 | <dependency>
|
217 | 217 | <groupId>io.netty</groupId>
|
218 | 218 | <artifactId>netty-transport-native-epoll</artifactId>
|
219 |
| - <version>4.1.27.Final</version> |
| 219 | + <version>4.1.28.Final-SNAPSHOT</version> |
220 | 220 | <classifier>linux-x86_64</classifier>
|
221 | 221 | </dependency>
|
222 | 222 | <dependency>
|
223 | 223 | <groupId>io.netty</groupId>
|
224 | 224 | <artifactId>netty-transport-native-kqueue</artifactId>
|
225 |
| - <version>4.1.27.Final</version> |
| 225 | + <version>4.1.28.Final-SNAPSHOT</version> |
226 | 226 | </dependency>
|
227 | 227 | <dependency>
|
228 | 228 | <groupId>io.netty</groupId>
|
229 | 229 | <artifactId>netty-transport-native-kqueue</artifactId>
|
230 |
| - <version>4.1.27.Final</version> |
| 230 | + <version>4.1.28.Final-SNAPSHOT</version> |
231 | 231 | <classifier>osx-x86_64</classifier>
|
232 | 232 | </dependency>
|
233 | 233 | </dependencies>
|
|
0 commit comments