Skip to content

Commit

Permalink
fix: zeppelin-plugins/launcher/yarn/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHADOOP-8089372
  • Loading branch information
snyk-bot committed Sep 26, 2024
1 parent 5ebd0fe commit 4438f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeppelin-plugins/launcher/yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</activation>

<properties>
<hadoop.version>${hadoop2.7.version}</hadoop.version>
<hadoop.version>3.4.0</hadoop.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -110,7 +110,7 @@
<id>hadoop3</id>

<properties>
<hadoop.version>${hadoop3.2.version}</hadoop.version>
<hadoop.version>3.4.0</hadoop.version>
<hadoop-client-runtime.artifact>hadoop-client-runtime</hadoop-client-runtime.artifact>
</properties>

Expand Down

0 comments on commit 4438f99

Please sign in to comment.