|
122 | 122 | <version.lib.mysql-connector-java>8.0.28</version.lib.mysql-connector-java> |
123 | 123 | <version.lib.narayana>5.12.0.Final</version.lib.narayana> |
124 | 124 | <version.lib.neo4j>4.4.3</version.lib.neo4j> |
125 | | - <version.lib.netty>4.1.77.Final</version.lib.netty> |
| 125 | + <version.lib.netty>4.1.86.Final</version.lib.netty> |
126 | 126 | <version.lib.netty-io_uring>0.0.8.Final</version.lib.netty-io_uring> |
127 | 127 | <version.lib.oci>2.37.0</version.lib.oci> |
128 | 128 | <version.lib.ojdbc8>21.3.0.0</version.lib.ojdbc8> |
|
350 | 350 | <artifactId>parsson-media</artifactId> |
351 | 351 | <version>${version.lib.parsson}</version> |
352 | 352 | </dependency> |
353 | | - <dependency> |
354 | | - <groupId>io.netty</groupId> |
355 | | - <artifactId>netty-handler</artifactId> |
356 | | - <version>${version.lib.netty}</version> |
357 | | - </dependency> |
358 | | - <dependency> |
359 | | - <groupId>io.netty</groupId> |
360 | | - <artifactId>netty-handler-proxy</artifactId> |
361 | | - <version>${version.lib.netty}</version> |
362 | | - </dependency> |
363 | | - <dependency> |
364 | | - <groupId>io.netty</groupId> |
365 | | - <artifactId>netty-codec-http</artifactId> |
366 | | - <version>${version.lib.netty}</version> |
367 | | - </dependency> |
368 | | - <dependency> |
369 | | - <groupId>io.netty</groupId> |
370 | | - <artifactId>netty-codec-http2</artifactId> |
371 | | - <version>${version.lib.netty}</version> |
372 | | - </dependency> |
373 | | - <dependency> |
374 | | - <groupId>io.netty</groupId> |
375 | | - <artifactId>netty-buffer</artifactId> |
376 | | - <version>${version.lib.netty}</version> |
377 | | - </dependency> |
378 | 353 | <dependency> |
379 | 354 | <groupId>org.eclipse</groupId> |
380 | 355 | <artifactId>yasson</artifactId> |
|
1234 | 1209 | <!-- END OF Section 2: third party dependencies used by examples --> |
1235 | 1210 |
|
1236 | 1211 | <!-- Section 3: transitive dependencies we manage the version of for convergence/upgrade --> |
1237 | | - <dependency> |
1238 | | - <groupId>io.netty</groupId> |
1239 | | - <artifactId>netty-codec-dns</artifactId> |
1240 | | - <version>${version.lib.netty}</version> |
1241 | | - </dependency> |
1242 | | - <dependency> |
1243 | | - <groupId>io.netty</groupId> |
1244 | | - <artifactId>netty-resolver-dns</artifactId> |
1245 | | - <version>${version.lib.netty}</version> |
1246 | | - </dependency> |
1247 | | - <dependency> |
1248 | | - <groupId>io.netty</groupId> |
1249 | | - <artifactId>netty-transport</artifactId> |
1250 | | - <version>${version.lib.netty}</version> |
1251 | | - </dependency> |
1252 | | - <dependency> |
1253 | | - <groupId>io.netty</groupId> |
1254 | | - <artifactId>netty-transport-native-epoll</artifactId> |
1255 | | - <version>${version.lib.netty}</version> |
1256 | | - <classifier>linux-x86_64</classifier> |
1257 | | - </dependency> |
1258 | | - <dependency> |
1259 | | - <groupId>io.netty</groupId> |
1260 | | - <artifactId>netty-transport-native-epoll</artifactId> |
1261 | | - <version>${version.lib.netty}</version> |
1262 | | - <classifier>linux-aarch64</classifier> |
1263 | | - </dependency> |
1264 | | - <dependency> |
1265 | | - <groupId>io.netty</groupId> |
1266 | | - <artifactId>netty-transport-native-kqueue</artifactId> |
1267 | | - <version>${version.lib.netty}</version> |
1268 | | - <classifier>osx-x86_64</classifier> |
1269 | | - </dependency> |
1270 | 1212 | <dependency> |
1271 | 1213 | <groupId>io.netty.incubator</groupId> |
1272 | 1214 | <artifactId>netty-incubator-transport-native-io_uring</artifactId> |
1273 | 1215 | <version>${version.lib.netty-io_uring}</version> |
1274 | 1216 | <classifier>linux-x86_64</classifier> |
1275 | 1217 | </dependency> |
1276 | | - <dependency> |
1277 | | - <groupId>io.netty</groupId> |
1278 | | - <artifactId>netty-transport-native-unix-common</artifactId> |
1279 | | - <version>${version.lib.netty}</version> |
1280 | | - </dependency> |
1281 | | - <dependency> |
1282 | | - <groupId>io.netty</groupId> |
1283 | | - <artifactId>netty-common</artifactId> |
1284 | | - <version>${version.lib.netty}</version> |
1285 | | - </dependency> |
1286 | 1218 | <dependency> |
1287 | 1219 | <!-- required for dependency convergence, used from guava and perfmark-api --> |
1288 | 1220 | <groupId>com.google.errorprone</groupId> |
|
1455 | 1387 | <type>pom</type> |
1456 | 1388 | <scope>import</scope> |
1457 | 1389 | </dependency> |
| 1390 | + <dependency> |
| 1391 | + <groupId>io.netty</groupId> |
| 1392 | + <artifactId>netty-bom</artifactId> |
| 1393 | + <version>${version.lib.netty}</version> |
| 1394 | + <type>pom</type> |
| 1395 | + <scope>import</scope> |
| 1396 | + </dependency> |
1458 | 1397 | <dependency> |
1459 | 1398 | <groupId>com.oracle.database.jdbc</groupId> |
1460 | 1399 | <artifactId>ojdbc-bom</artifactId> |
|
0 commit comments