Skip to content
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
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ under the License.
<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>
<hive.avro.version>1.11.5</hive.avro.version>
<!--
Hive requires Hadoop 2 to avoid
java.lang.NoClassDefFoundError: org/apache/hadoop/metrics/Updater errors
Expand Down
2 changes: 1 addition & 1 deletion 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.5</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ under the License.
<!-- 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>
<avro.version>1.11.4</avro.version>
<avro.version>1.11.5</avro.version>
<!-- Version for transitive Jackson dependencies that are not used within Flink itself.-->
<jackson-bom.version>2.15.3</jackson-bom.version>
<javax.activation.api.version>1.2.0</javax.activation.api.version>
Expand Down