Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade various dependencies #19384

Merged
merged 14 commits into from
Oct 17, 2023
2 changes: 1 addition & 1 deletion core/trino-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>8.4.1</version>
<version>8.11.2</version>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions plugin/trino-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -471,7 +470,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>5.6.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion plugin/trino-druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.31</version>
<version>2.3.32</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion plugin/trino-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<mongo-java.version>4.10.2</mongo-java.version>
<mongo-java.version>4.11.0</mongo-java.version>
</properties>

<dependencies>
Expand Down
5 changes: 4 additions & 1 deletion plugin/trino-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-sandbox</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
Expand Down Expand Up @@ -510,7 +514,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
<scope>runtime</scope>
</dependency>

Expand Down
24 changes: 15 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
<dep.avro.version>1.11.3</dep.avro.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.takari.version>2.1.1</dep.takari.version>
<dep.aws-sdk.version>1.12.561</dep.aws-sdk.version>
<dep.aws-sdk-v2.version>2.20.158</dep.aws-sdk-v2.version>
<dep.aws-sdk.version>1.12.566</dep.aws-sdk.version>
<dep.aws-sdk-v2.version>2.21.0</dep.aws-sdk-v2.version>
<dep.jsonwebtoken.version>0.12.2</dep.jsonwebtoken.version>
<dep.oracle.version>21.9.0.0</dep.oracle.version>
<dep.drift.version>1.21</dep.drift.version>
Expand All @@ -179,10 +179,10 @@
<dep.iceberg.version>1.3.1</dep.iceberg.version>
<dep.protobuf.version>3.24.4</dep.protobuf.version>
<dep.wire.version>4.5.0</dep.wire.version>
<dep.netty.version>4.1.99.Final</dep.netty.version>
<dep.netty.version>4.1.100.Final</dep.netty.version>
<dep.jna.version>5.13.0</dep.jna.version>
<dep.okio.version>3.3.0</dep.okio.version>
<dep.flyway.version>9.22.2</dep.flyway.version>
<dep.okio.version>3.6.0</dep.okio.version>
<dep.flyway.version>9.22.3</dep.flyway.version>
<dep.parquet.version>1.13.1</dep.parquet.version>
<dep.antlr.version>4.13.1</dep.antlr.version>
<dep.asm.version>9.6</dep.asm.version>
Expand Down Expand Up @@ -229,7 +229,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.24.0</version>
<version>26.25.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -492,7 +492,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>1.10.2</version>
<version>1.10.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -545,6 +545,12 @@
<version>${dep.protobuf.version}</version>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-kotlin</artifactId>
<version>${dep.protobuf.version}</version>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down Expand Up @@ -1528,7 +1534,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.8</version>
<version>1.14.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1846,7 +1852,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.37.0</version>
<version>3.39.0</version>
</dependency>

<dependency>
Expand Down
Loading