|
36 | 36 | <dependency> |
37 | 37 | <groupId>io.netty</groupId> |
38 | 38 | <artifactId>netty-codec-http</artifactId> |
39 | | - <version>4.1.100.Final</version> |
| 39 | + <version>4.1.101.Final</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>io.netty</groupId> |
43 | 43 | <artifactId>netty-transport</artifactId> |
44 | | - <version>4.1.100.Final</version> |
| 44 | + <version>4.1.101.Final</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>io.netty</groupId> |
48 | 48 | <artifactId>netty-transport-native-unix-common</artifactId> |
49 | | - <version>4.1.100.Final</version> |
| 49 | + <version>4.1.101.Final</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>io.netty</groupId> |
53 | 53 | <artifactId>netty-common</artifactId> |
54 | | - <version>4.1.100.Final</version> |
| 54 | + <version>4.1.101.Final</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>io.netty</groupId> |
58 | 58 | <artifactId>netty-buffer</artifactId> |
59 | | - <version>4.1.100.Final</version> |
| 59 | + <version>4.1.101.Final</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>io.netty</groupId> |
63 | 63 | <artifactId>netty-codec</artifactId> |
64 | | - <version>4.1.100.Final</version> |
| 64 | + <version>4.1.101.Final</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>io.netty</groupId> |
68 | 68 | <artifactId>netty-resolver</artifactId> |
69 | | - <version>4.1.100.Final</version> |
| 69 | + <version>4.1.101.Final</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>io.helidon.webserver</groupId> |
|
0 commit comments