|
35 | 35 | <apache-flink.version>1.16.3</apache-flink.version> |
36 | 36 | <apache-spark.version>3.4.3</apache-spark.version> |
37 | 37 | <asm.version>9.7</asm.version> |
38 | | - <avro.version>1.11.4</avro.version> |
| 38 | + <avro.version>1.12.0</avro.version> |
39 | 39 | <aws-java-sdk.version>1.12.347</aws-java-sdk.version> |
40 | 40 | <bahir.version>2.1.1</bahir.version> |
41 | 41 | <blueprints-core.version>2.6.0</blueprints-core.version> |
|
55 | 55 | <commons-math3.version>3.6.1</commons-math3.version> |
56 | 56 | <commons-net.version>3.9.0</commons-net.version> |
57 | 57 | <commons-pool.version>1.5.7</commons-pool.version> |
58 | | - <commons-vfs2.version>2.9.0</commons-vfs2.version> |
| 58 | + <commons-vfs2.version>2.10.0</commons-vfs2.version> |
59 | 59 | <curator.version>5.4.0</curator.version> |
60 | 60 | <databricks.version>4.0.0</databricks.version> |
61 | 61 | <encoder.version>1.2</encoder.version> |
|
72 | 72 | <google-cloud-storage.version>2.15.0</google-cloud-storage.version> |
73 | 73 | <google-http-client.version>1.42.3</google-http-client.version> |
74 | 74 | <google-oauth-client.version>1.34.1</google-oauth-client.version> |
75 | | - <!--check Beam BOM to find matching version https://repo1.maven.org/maven2/org/apache/beam/beam-runners-google-cloud-dataflow-java/xxx/beam-runners-google-cloud-dataflow-java-xxx.pom |
76 | | - Replace exclusions beam-vendor-guava-xxx-jre--> |
77 | | - <grpc.version>1.60.1</grpc.version> |
78 | 75 | <gson.version>2.10</gson.version> |
79 | 76 | <!--check Beam BOM to find matching version https://repo1.maven.org/maven2/org/apache/beam/beam-runners-google-cloud-dataflow-java/xxx/beam-runners-google-cloud-dataflow-java-xxx.pom |
80 | 77 | Replace exclusions beam-vendor-guava-xxx-jre--> |
81 | | - <guava.version>33.1.0-jre</guava.version> |
| 78 | + <guava.version>33.3.1-jre</guava.version> |
82 | 79 | <hive.version>2.3.9</hive.version> |
83 | 80 | <httpccore.version>4.4.15</httpccore.version> |
84 | 81 | <httpclient.version>4.5.13</httpclient.version> |
|
99 | 96 | <json4s.version>3.7.0-M11</json4s.version> |
100 | 97 | <juniversalchardet.version>2.4.0</juniversalchardet.version> |
101 | 98 | <kafka-clients.version>3.7.1</kafka-clients.version> |
| 99 | + <kotlin.version>1.9.25</kotlin.version> |
102 | 100 | <kryo.version>5.3.0</kryo.version> |
103 | 101 | <log4j.version>2.23.1</log4j.version> |
104 | 102 | <lz4.version>1.8.0</lz4.version> |
105 | 103 | <metrics.version>4.2.12</metrics.version> |
106 | 104 | <minlog.version>1.3.1</minlog.version> |
| 105 | + <netty.version>4.1.119.Final</netty.version> |
107 | 106 | <ognl.version>3.3.4</ognl.version> |
108 | 107 | <okhttp.version>4.12.0</okhttp.version> |
109 | 108 | <okio.version>3.9.0</okio.version> |
|
113 | 112 | <picocli-version>4.6.3</picocli-version> |
114 | 113 | <poi.version>5.3.0</poi.version> |
115 | 114 | <protobuf-java.version>3.25.5</protobuf-java.version> |
| 115 | + <reactor-netty.version>1.2.4</reactor-netty.version> |
116 | 116 | <rhino.version>1.7.14</rhino.version> |
117 | 117 | <saxon.version>8.7</saxon.version> |
118 | 118 | <scala.version>2.12.17</scala.version> |
|
339 | 339 | <artifactId>picocli</artifactId> |
340 | 340 | <version>${picocli-version}</version> |
341 | 341 | </dependency> |
| 342 | + <dependency> |
| 343 | + <groupId>io.netty</groupId> |
| 344 | + <artifactId>netty-all</artifactId> |
| 345 | + <version>${netty.version}</version> |
| 346 | + </dependency> |
| 347 | + <dependency> |
| 348 | + <groupId>io.netty</groupId> |
| 349 | + <artifactId>netty-buffer</artifactId> |
| 350 | + <version>${netty.version}</version> |
| 351 | + </dependency> |
| 352 | + <dependency> |
| 353 | + <groupId>io.netty</groupId> |
| 354 | + <artifactId>netty-codec</artifactId> |
| 355 | + <version>${netty.version}</version> |
| 356 | + </dependency> |
| 357 | + <dependency> |
| 358 | + <groupId>io.netty</groupId> |
| 359 | + <artifactId>netty-codec-http</artifactId> |
| 360 | + <version>${netty.version}</version> |
| 361 | + </dependency> |
| 362 | + <dependency> |
| 363 | + <groupId>io.netty</groupId> |
| 364 | + <artifactId>netty-codec-http2</artifactId> |
| 365 | + <version>${netty.version}</version> |
| 366 | + </dependency> |
| 367 | + <dependency> |
| 368 | + <groupId>io.netty</groupId> |
| 369 | + <artifactId>netty-common</artifactId> |
| 370 | + <version>${netty.version}</version> |
| 371 | + </dependency> |
| 372 | + <dependency> |
| 373 | + <groupId>io.netty</groupId> |
| 374 | + <artifactId>netty-handler</artifactId> |
| 375 | + <version>${netty.version}</version> |
| 376 | + </dependency> |
| 377 | + <dependency> |
| 378 | + <groupId>io.netty</groupId> |
| 379 | + <artifactId>netty-handler-proxy</artifactId> |
| 380 | + <version>${netty.version}</version> |
| 381 | + </dependency> |
| 382 | + <dependency> |
| 383 | + <groupId>io.netty</groupId> |
| 384 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 385 | + <version>${netty.version}</version> |
| 386 | + <classifier>linux-x86_64</classifier> |
| 387 | + </dependency> |
| 388 | + <dependency> |
| 389 | + <groupId>io.netty</groupId> |
| 390 | + <artifactId>netty-transport-native-kqueue</artifactId> |
| 391 | + <version>${netty.version}</version> |
| 392 | + <classifier>osx-x86_64</classifier> |
| 393 | + </dependency> |
| 394 | + <dependency> |
| 395 | + <groupId>io.netty</groupId> |
| 396 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 397 | + <version>${netty.version}</version> |
| 398 | + </dependency> |
| 399 | + <dependency> |
| 400 | + <groupId>io.projectreactor.netty</groupId> |
| 401 | + <artifactId>reactor-netty-http</artifactId> |
| 402 | + <version>${reactor-netty.version}</version> |
| 403 | + </dependency> |
342 | 404 | <dependency> |
343 | 405 | <groupId>net.bytebuddy</groupId> |
344 | 406 | <artifactId>byte-buddy</artifactId> |
|
541 | 603 | <artifactId>javassist</artifactId> |
542 | 604 | <version>${javassist.version}</version> |
543 | 605 | </dependency> |
| 606 | + <dependency> |
| 607 | + <groupId>org.jetbrains.kotlin</groupId> |
| 608 | + <artifactId>kotlin-stdlib</artifactId> |
| 609 | + <version>${kotlin.version}</version> |
| 610 | + </dependency> |
| 611 | + <dependency> |
| 612 | + <groupId>org.jetbrains.kotlin</groupId> |
| 613 | + <artifactId>kotlin-stdlib-jdk8</artifactId> |
| 614 | + <version>${kotlin.version}</version> |
| 615 | + </dependency> |
544 | 616 | <dependency> |
545 | 617 | <groupId>org.mozilla</groupId> |
546 | 618 | <artifactId>rhino</artifactId> |
|
0 commit comments