|
50 | 50 | <dependency> |
51 | 51 | <groupId>io.projectreactor.netty</groupId> |
52 | 52 | <artifactId>reactor-netty</artifactId> |
53 | | - <version>1.1.1</version> |
| 53 | + <version>1.1.10</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>io.netty</groupId> |
57 | 57 | <artifactId>netty-handler</artifactId> |
58 | | - <version>4.1.94.Final</version> |
| 58 | + <version>4.1.96.Final</version> |
59 | 59 | </dependency> |
60 | 60 | <dependency> |
61 | 61 | <groupId>io.netty</groupId> |
62 | 62 | <artifactId>netty-common</artifactId> |
63 | | - <version>4.1.84.Final</version> |
| 63 | + <version>4.1.96.Final</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>io.netty</groupId> |
67 | 67 | <artifactId>netty-transport</artifactId> |
68 | | - <version>4.1.84.Final</version> |
| 68 | + <version>4.1.96.Final</version> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>io.netty</groupId> |
72 | 72 | <artifactId>netty-transport-native-unix-common</artifactId> |
73 | | - <version>4.1.84.Final</version> |
| 73 | + <version>4.1.96.Final</version> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>io.netty</groupId> |
77 | 77 | <artifactId>netty-buffer</artifactId> |
78 | | - <version>4.1.84.Final</version> |
| 78 | + <version>4.1.96.Final</version> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>io.netty</groupId> |
82 | 82 | <artifactId>netty-codec</artifactId> |
83 | | - <version>4.1.84.Final</version> |
| 83 | + <version>4.1.96.Final</version> |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>io.netty</groupId> |
87 | 87 | <artifactId>netty-resolver</artifactId> |
88 | | - <version>4.1.84.Final</version> |
| 88 | + <version>4.1.96.Final</version> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>commons-codec</groupId> |
|
189 | 189 | <dependency> |
190 | 190 | <groupId>io.r2dbc</groupId> |
191 | 191 | <artifactId>r2dbc-mssql</artifactId> |
192 | | - <version>1.0.0.RELEASE</version> |
| 192 | + <version>1.0.2.RELEASE</version> |
193 | 193 | <scope>provided</scope> |
194 | 194 | <exclusions> |
195 | 195 | <exclusion> |
|
260 | 260 | <dependency> |
261 | 261 | <groupId>io.r2dbc</groupId> |
262 | 262 | <artifactId>r2dbc-mssql</artifactId> |
263 | | - <version>1.0.0.RELEASE</version> |
| 263 | + <version>1.0.2.RELEASE</version> |
264 | 264 | </dependency> |
265 | 265 | </dependencies> |
266 | 266 | </profile> |
|
0 commit comments