Skip to content

Commit

Permalink
[FLINK-29514][Deployment/YARN] Bump Minikdc to v3.2.4. This closes ap…
Browse files Browse the repository at this point in the history
…ache#20973

* [FLINK-29514][Deployment/YARN] Bump Minikdc to v3.2.4 to avoid getting falsely flagged as vulnerable for CVEs which don't impact Flink

* [FLINK-29514][Deployment/YARN] Exclude slf4j-reload4j
  • Loading branch information
MartijnVisser committed Oct 7, 2022
1 parent 9a5cb26 commit b38abd4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 4 additions & 0 deletions flink-test-utils-parent/flink-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 4 additions & 0 deletions flink-yarn-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ under the License.
Starting Hadoop 3, org.apache.kerby will be used instead of MiniKDC. We may have
to revisit the impact at that time.
-->
<minikdc.version>3.2.0</minikdc.version>
<minikdc.version>3.2.4</minikdc.version>
<hive.version>2.3.9</hive.version>
<orc.version>1.5.6</orc.version>
<!--
Expand Down

0 comments on commit b38abd4

Please sign in to comment.