|
235 | 235 | <dependency> |
236 | 236 | <groupId>org.eclipse.jetty.ee8</groupId> |
237 | 237 | <artifactId>jetty-ee8-apache-jsp</artifactId> |
238 | | - <version>12.1.1</version> |
| 238 | + <version>12.1.2</version> |
239 | 239 | <type>jar</type> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>org.eclipse.jetty.ee8</groupId> |
243 | 243 | <artifactId>jetty-ee8-nested</artifactId> |
244 | | - <version>12.1.1</version> |
| 244 | + <version>12.1.2</version> |
245 | 245 | <type>jar</type> |
246 | 246 | </dependency> |
247 | 247 | <dependency> |
248 | 248 | <groupId>org.eclipse.jetty.ee8</groupId> |
249 | 249 | <artifactId>jetty-ee8-security</artifactId> |
250 | | - <version>12.1.1</version> |
| 250 | + <version>12.1.2</version> |
251 | 251 | <type>jar</type> |
252 | 252 | </dependency> |
253 | 253 | <dependency> |
254 | 254 | <groupId>org.eclipse.jetty.ee8</groupId> |
255 | 255 | <artifactId>jetty-ee8-servlet</artifactId> |
256 | | - <version>12.1.1</version> |
| 256 | + <version>12.1.2</version> |
257 | 257 | <type>jar</type> |
258 | 258 | </dependency> |
259 | 259 | <dependency> |
|
265 | 265 | <dependency> |
266 | 266 | <groupId>org.eclipse.jetty</groupId> |
267 | 267 | <artifactId>jetty-http</artifactId> |
268 | | - <version>12.1.1</version> |
| 268 | + <version>12.1.2</version> |
269 | 269 | <type>jar</type> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>org.eclipse.jetty</groupId> |
273 | 273 | <artifactId>jetty-io</artifactId> |
274 | | - <version>12.1.1</version> |
| 274 | + <version>12.1.2</version> |
275 | 275 | <type>jar</type> |
276 | 276 | </dependency> |
277 | 277 | <dependency> |
278 | 278 | <groupId>org.eclipse.jetty</groupId> |
279 | 279 | <artifactId>jetty-security</artifactId> |
280 | | - <version>12.1.1</version> |
| 280 | + <version>12.1.2</version> |
281 | 281 | <type>jar</type> |
282 | 282 | </dependency> |
283 | 283 | <dependency> |
284 | 284 | <groupId>org.eclipse.jetty</groupId> |
285 | 285 | <artifactId>jetty-server</artifactId> |
286 | | - <version>12.1.1</version> |
| 286 | + <version>12.1.2</version> |
287 | 287 | <type>jar</type> |
288 | 288 | </dependency> |
289 | 289 | <dependency> |
290 | 290 | <groupId>org.eclipse.jetty</groupId> |
291 | 291 | <artifactId>jetty-session</artifactId> |
292 | | - <version>12.1.1</version> |
| 292 | + <version>12.1.2</version> |
293 | 293 | <type>jar</type> |
294 | 294 | </dependency> |
295 | 295 | <dependency> |
296 | 296 | <groupId>org.eclipse.jetty</groupId> |
297 | 297 | <artifactId>jetty-util-ajax</artifactId> |
298 | | - <version>12.1.1</version> |
| 298 | + <version>12.1.2</version> |
299 | 299 | <type>jar</type> |
300 | 300 | </dependency> |
301 | 301 | <dependency> |
302 | 302 | <groupId>org.eclipse.jetty</groupId> |
303 | 303 | <artifactId>jetty-util</artifactId> |
304 | | - <version>12.1.1</version> |
| 304 | + <version>12.1.2</version> |
305 | 305 | <type>jar</type> |
306 | 306 | </dependency> |
307 | 307 | <dependency> |
|
329 | 329 | <dependency> |
330 | 330 | <groupId>net.bytebuddy</groupId> |
331 | 331 | <artifactId>byte-buddy-agent</artifactId> |
332 | | - <version>1.17.7</version> |
| 332 | + <version>1.17.8</version> |
333 | 333 | <type>jar</type> |
334 | 334 | </dependency> |
335 | 335 | <dependency> |
336 | 336 | <groupId>net.bytebuddy</groupId> |
337 | 337 | <artifactId>byte-buddy</artifactId> |
338 | | - <version>1.17.7</version> |
| 338 | + <version>1.17.8</version> |
339 | 339 | <type>jar</type> |
340 | 340 | </dependency> |
341 | 341 | <dependency> |
|
0 commit comments