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

Bump the maven group across 8 directories with 13 updates #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ under the License.
<properties>
<hiverunner.version>4.0.0</hiverunner.version>
<reflections.version>0.9.8</reflections.version>
<derby.version>10.10.2.0</derby.version>
<hive.avro.version>1.8.2</hive.avro.version>
<derby.version>10.17.1.0</derby.version>
<hive.avro.version>1.11.3</hive.avro.version>
<!--
Hive requires Hadoop 2 to avoid
java.lang.NoClassDefFoundError: org/apache/hadoop/metrics/Updater errors
Using this dedicated property avoids CI failures with the Hadoop 3 profile
-->
<hive.hadoop.version>2.10.2</hive.hadoop.version>
<hive.hadoop.version>3.2.4</hive.hadoop.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ under the License.
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.8.2</version>
<version>1.11.3</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

Expand All @@ -154,7 +154,7 @@ under the License.
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.16.0</version>
<version>1.32.0</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,13 @@
<!-- dependency convergence -->
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>4.41.1</version>
<version>9.37.2</version>
</dependency>
<dependency>
<!-- dependency convergence -->
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.17.2</version>
<version>1.17.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions flink-end-to-end-tests/flink-sql-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ under the License.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.2.3</version>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -78,7 +78,7 @@ under the License.
as we neither access nor package the kafka dependencies -->
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.2.2</version>
<version>2.6.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion flink-filesystems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.
<packaging>pom</packaging>

<properties>
<fs.hadoopshaded.version>3.3.4</fs.hadoopshaded.version>
<fs.hadoopshaded.version>3.2.4</fs.hadoopshaded.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion flink-metrics/flink-metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ under the License.
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.32.0</version>
<version>2.35.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ under the License.
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.21</version>
<version>0.27</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flink.hadoop.version>2.10.2</flink.hadoop.version>
<flink.hadoop.version>3.2.4</flink.hadoop.version>
<flink.XmxMax>3072m</flink.XmxMax>
<!-- XmxMax / forkCountITCase -->
<flink.XmxITCase>1536m</flink.XmxITCase>
Expand Down Expand Up @@ -140,7 +140,7 @@ under the License.
<scala.binary.version>2.12</scala.binary.version>
<chill.version>0.7.6</chill.version>
<!-- keep FlinkTestcontainersConfigurator.configureZookeeperContainer in sync -->
<zookeeper.version>3.7.1</zookeeper.version>
<zookeeper.version>3.8.4</zookeeper.version>
<!-- Project `flink-benchmarks` uses zk testing server in `curator-test` for performance
benchmark, please confirm it will not affect the benchmarks when the version is bumped. -->
<curator.version>5.4.0</curator.version>
Expand Down Expand Up @@ -724,7 +724,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.26.0</version>
<exclusions>
<exclusion>
<!-- Causes unnecessary dependency convergence errors; see MENFORCER-437 -->
Expand Down Expand Up @@ -886,7 +886,7 @@ under the License.
<!-- Bumped for security purposes and making it work with Jackson dependencies (2.10.1) -->
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down Expand Up @@ -2173,7 +2173,7 @@ under the License.
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- Note: match version with docs/flinkDev/ide_setup.md -->
<version>8.14</version>
<version>8.29</version>
</dependency>
</dependencies>
<executions>
Expand Down
Loading