|
49 | 49 | <dependency> |
50 | 50 | <groupId>io.projectreactor.netty</groupId> |
51 | 51 | <artifactId>reactor-netty</artifactId> |
52 | | - <version>1.1.11</version> |
| 52 | + <version>1.1.12</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>io.netty</groupId> |
56 | 56 | <artifactId>netty-handler</artifactId> |
57 | | - <version>4.1.99.Final</version> |
| 57 | + <version>4.1.100.Final</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>io.netty</groupId> |
61 | 61 | <artifactId>netty-common</artifactId> |
62 | | - <version>4.1.99.Final</version> |
| 62 | + <version>4.1.100.Final</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>io.netty</groupId> |
66 | 66 | <artifactId>netty-transport</artifactId> |
67 | | - <version>4.1.99.Final</version> |
| 67 | + <version>4.1.100.Final</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>io.netty</groupId> |
71 | 71 | <artifactId>netty-transport-native-unix-common</artifactId> |
72 | | - <version>4.1.99.Final</version> |
| 72 | + <version>4.1.100.Final</version> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>io.netty</groupId> |
76 | 76 | <artifactId>netty-buffer</artifactId> |
77 | | - <version>4.1.99.Final</version> |
| 77 | + <version>4.1.100.Final</version> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>io.netty</groupId> |
81 | 81 | <artifactId>netty-codec</artifactId> |
82 | | - <version>4.1.99.Final</version> |
| 82 | + <version>4.1.100.Final</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>io.netty</groupId> |
86 | 86 | <artifactId>netty-resolver</artifactId> |
87 | | - <version>4.1.99.Final</version> |
| 87 | + <version>4.1.100.Final</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>commons-codec</groupId> |
|
0 commit comments