|
58 | 58 | <dep.joda.version>2.13.1</dep.joda.version> |
59 | 59 | <dep.tempto.version>1.55</dep.tempto.version> |
60 | 60 | <dep.testng.version>7.5</dep.testng.version> |
61 | | - <dep.lucene.version>8.11.3</dep.lucene.version> |
| 61 | + <dep.lucene.version>9.12.0</dep.lucene.version> |
62 | 62 | <dep.assertj-core.version>3.8.0</dep.assertj-core.version> |
63 | 63 | <dep.parquet.version>1.13.1</dep.parquet.version> |
64 | 64 | <dep.nexus-staging-plugin.version>1.6.8</dep.nexus-staging-plugin.version> |
|
67 | 67 | <dep.alluxio.version>313</dep.alluxio.version> |
68 | 68 | <dep.slf4j.version>2.0.16</dep.slf4j.version> |
69 | 69 | <dep.kafka.version>3.9.1</dep.kafka.version> |
70 | | - <dep.pinot.version>0.11.0</dep.pinot.version> |
| 70 | + <dep.pinot.version>1.3.0</dep.pinot.version> |
71 | 71 | <dep.druid.version>30.0.1</dep.druid.version> |
72 | 72 | <dep.jaxb.version>2.3.1</dep.jaxb.version> |
73 | 73 | <dep.hudi.version>0.14.0</dep.hudi.version> |
|
80 | 80 | <dep.jackson.version>2.15.4</dep.jackson.version> |
81 | 81 | <dep.j2objc.version>3.0.0</dep.j2objc.version> |
82 | 82 | <dep.avro.version>1.11.4</dep.avro.version> |
83 | | - <dep.commons.compress.version>1.26.2</dep.commons.compress.version> |
| 83 | + <dep.commons.compress.version>1.27.1</dep.commons.compress.version> |
84 | 84 | <dep.protobuf-java.version>4.29.0</dep.protobuf-java.version> |
85 | 85 | <dep.jetty.version>12.0.18</dep.jetty.version> |
86 | 86 | <dep.netty.version>4.1.119.Final</dep.netty.version> |
87 | | - <dep.snakeyaml.version>2.0</dep.snakeyaml.version> |
| 87 | + <dep.snakeyaml.version>2.3</dep.snakeyaml.version> |
88 | 88 | <dep.gson.version>2.12.1</dep.gson.version> |
89 | 89 | <dep.commons.lang3.version>3.18.0</dep.commons.lang3.version> |
90 | 90 | <dep.guice.version>6.0.0</dep.guice.version> |
|
369 | 369 | <dependency> |
370 | 370 | <groupId>commons-io</groupId> |
371 | 371 | <artifactId>commons-io</artifactId> |
372 | | - <version>2.16.1</version> |
| 372 | + <version>2.18.0</version> |
373 | 373 | </dependency> |
374 | 374 |
|
375 | 375 | <dependency> |
|
1426 | 1426 | <dependency> |
1427 | 1427 | <groupId>it.unimi.dsi</groupId> |
1428 | 1428 | <artifactId>fastutil</artifactId> |
1429 | | - <version>8.5.2</version> |
| 1429 | + <version>8.5.15</version> |
1430 | 1430 | </dependency> |
1431 | 1431 |
|
1432 | 1432 | <dependency> |
|
1992 | 1992 | <dependency> |
1993 | 1993 | <groupId>commons-codec</groupId> |
1994 | 1994 | <artifactId>commons-codec</artifactId> |
1995 | | - <version>1.17.0</version> |
| 1995 | + <version>1.17.2</version> |
1996 | 1996 | </dependency> |
1997 | 1997 |
|
1998 | 1998 | <dependency> |
|
2207 | 2207 | <version>${dep.kafka.version}</version> |
2208 | 2208 | </dependency> |
2209 | 2209 |
|
2210 | | - <dependency> |
2211 | | - <groupId>org.apache.pinot</groupId> |
2212 | | - <artifactId>presto-pinot-driver</artifactId> |
2213 | | - <version>${dep.pinot.version}</version> |
2214 | | - </dependency> |
2215 | | - |
2216 | 2210 | <dependency> |
2217 | 2211 | <groupId>org.xerial.snappy</groupId> |
2218 | 2212 | <artifactId>snappy-java</artifactId> |
2219 | | - <version>1.1.10.4</version> |
| 2213 | + <version>1.1.10.7</version> |
2220 | 2214 | </dependency> |
2221 | 2215 |
|
2222 | 2216 | <dependency> |
2223 | 2217 | <groupId>com.github.luben</groupId> |
2224 | 2218 | <artifactId>zstd-jni</artifactId> |
2225 | | - <version>1.5.2-3</version> |
| 2219 | + <version>1.5.6-9</version> |
2226 | 2220 | </dependency> |
2227 | 2221 |
|
2228 | 2222 | <dependency> |
|
2391 | 2385 |
|
2392 | 2386 | <dependency> |
2393 | 2387 | <groupId>org.apache.lucene</groupId> |
2394 | | - <artifactId>lucene-analyzers-common</artifactId> |
| 2388 | + <artifactId>lucene-analysis-common</artifactId> |
2395 | 2389 | <version>${dep.lucene.version}</version> |
2396 | 2390 | </dependency> |
2397 | 2391 |
|
|
2404 | 2398 | <dependency> |
2405 | 2399 | <groupId>org.locationtech.jts</groupId> |
2406 | 2400 | <artifactId>jts-core</artifactId> |
2407 | | - <version>1.19.0</version> |
| 2401 | + <version>1.20.0</version> |
2408 | 2402 | </dependency> |
2409 | 2403 |
|
2410 | 2404 | <dependency> |
|
2486 | 2480 | <dependency> |
2487 | 2481 | <groupId>com.clearspring.analytics</groupId> |
2488 | 2482 | <artifactId>stream</artifactId> |
2489 | | - <version>2.9.5</version> |
| 2483 | + <version>2.9.8</version> |
2490 | 2484 | </dependency> |
2491 | 2485 |
|
2492 | 2486 | <dependency> |
|
0 commit comments