|
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.asm.version>9.7.1</dep.asm.version> |
65 | 65 | <dep.gcs.version>1.9.17</dep.gcs.version> |
66 | 66 | <dep.alluxio.version>313</dep.alluxio.version> |
67 | 67 | <dep.slf4j.version>2.0.16</dep.slf4j.version> |
68 | 68 | <dep.kafka.version>3.9.1</dep.kafka.version> |
69 | | - <dep.pinot.version>0.11.0</dep.pinot.version> |
| 69 | + <dep.pinot.version>1.3.0</dep.pinot.version> |
70 | 70 | <dep.druid.version>30.0.1</dep.druid.version> |
71 | 71 | <dep.jaxb.version>2.3.1</dep.jaxb.version> |
72 | 72 | <dep.jaxb.runtime.version>4.0.5</dep.jaxb.runtime.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.126.Final</dep.netty.version> |
|
107 | 107 | <air.test.jvmsize>4g</air.test.jvmsize> |
108 | 108 | <grpc.version>1.75.0</grpc.version> |
109 | 109 | <air.javadoc.lint>-missing</air.javadoc.lint> |
110 | | - <dep.commons.codec.version>1.17.1</dep.commons.codec.version> |
| 110 | + <dep.commons.codec.version>1.17.2</dep.commons.codec.version> |
111 | 111 | <aws.sdk.version>2.32.9</aws.sdk.version> |
| 112 | + <dep.jts.version>1.19.0</dep.jts.version> |
112 | 113 | <release.autoPublish>true</release.autoPublish> |
113 | 114 | </properties> |
114 | 115 |
|
|
409 | 410 | <dependency> |
410 | 411 | <groupId>commons-io</groupId> |
411 | 412 | <artifactId>commons-io</artifactId> |
412 | | - <version>2.16.1</version> |
| 413 | + <version>2.18.0</version> |
413 | 414 | </dependency> |
414 | 415 |
|
415 | 416 | <dependency> |
|
2130 | 2131 | <version>9.6.3-4</version> |
2131 | 2132 | </dependency> |
2132 | 2133 |
|
| 2134 | + <dependency> |
| 2135 | + <groupId>org.apache.pinot</groupId> |
| 2136 | + <artifactId>pinot-spi</artifactId> |
| 2137 | + <version>${dep.pinot.version}</version> |
| 2138 | + </dependency> |
| 2139 | + |
| 2140 | + <dependency> |
| 2141 | + <groupId>org.apache.pinot</groupId> |
| 2142 | + <artifactId>pinot-common</artifactId> |
| 2143 | + <version>${dep.pinot.version}</version> |
| 2144 | + </dependency> |
| 2145 | + |
| 2146 | + <dependency> |
| 2147 | + <groupId>org.apache.pinot</groupId> |
| 2148 | + <artifactId>pinot-core</artifactId> |
| 2149 | + <version>${dep.pinot.version}</version> |
| 2150 | + </dependency> |
| 2151 | + |
2133 | 2152 | <dependency> |
2134 | 2153 | <groupId>org.apache.kafka</groupId> |
2135 | 2154 | <artifactId>kafka_2.12</artifactId> |
|
2278 | 2297 | <version>${dep.kafka.version}</version> |
2279 | 2298 | </dependency> |
2280 | 2299 |
|
2281 | | - <dependency> |
2282 | | - <groupId>org.apache.pinot</groupId> |
2283 | | - <artifactId>presto-pinot-driver</artifactId> |
2284 | | - <version>${dep.pinot.version}</version> |
2285 | | - </dependency> |
2286 | | - |
2287 | 2300 | <dependency> |
2288 | 2301 | <groupId>org.xerial.snappy</groupId> |
2289 | 2302 | <artifactId>snappy-java</artifactId> |
2290 | | - <version>1.1.10.4</version> |
| 2303 | + <version>1.1.10.7</version> |
2291 | 2304 | </dependency> |
2292 | 2305 |
|
2293 | 2306 | <dependency> |
2294 | 2307 | <groupId>com.github.luben</groupId> |
2295 | 2308 | <artifactId>zstd-jni</artifactId> |
2296 | | - <version>1.5.2-3</version> |
| 2309 | + <version>1.5.6-9</version> |
2297 | 2310 | </dependency> |
2298 | 2311 |
|
2299 | 2312 | <dependency> |
|
2462 | 2475 |
|
2463 | 2476 | <dependency> |
2464 | 2477 | <groupId>org.apache.lucene</groupId> |
2465 | | - <artifactId>lucene-analyzers-common</artifactId> |
| 2478 | + <artifactId>lucene-analysis-common</artifactId> |
2466 | 2479 | <version>${dep.lucene.version}</version> |
2467 | 2480 | </dependency> |
2468 | 2481 |
|
|
2475 | 2488 | <dependency> |
2476 | 2489 | <groupId>org.locationtech.jts</groupId> |
2477 | 2490 | <artifactId>jts-core</artifactId> |
2478 | | - <version>1.19.0</version> |
| 2491 | + <version>${dep.jts.version}</version> |
2479 | 2492 | </dependency> |
2480 | 2493 |
|
2481 | 2494 | <dependency> |
2482 | 2495 | <groupId>org.locationtech.jts.io</groupId> |
2483 | 2496 | <artifactId>jts-io-common</artifactId> |
2484 | | - <version>1.19.0</version> |
| 2497 | + <version>${dep.jts.version}</version> |
2485 | 2498 | <exclusions> |
2486 | 2499 | <exclusion> |
2487 | 2500 | <groupId>junit</groupId> |
|
2550 | 2563 | <dependency> |
2551 | 2564 | <groupId>com.clearspring.analytics</groupId> |
2552 | 2565 | <artifactId>stream</artifactId> |
2553 | | - <version>2.9.5</version> |
| 2566 | + <version>2.9.8</version> |
2554 | 2567 | </dependency> |
2555 | 2568 |
|
2556 | 2569 | <dependency> |
|
0 commit comments