Skip to content

Commit

Permalink
update hadoop version to 3.3.6 (apache#14489)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswini-imply authored and sergioferragut committed Jul 21, 2023
1 parent 5db1ff0 commit 85e7f09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ name: Apache Hadoop
license_category: binary
module: hadoop-client
license_name: Apache License version 2.0
version: 3.3.5
version: 3.3.6
libraries:
- org.apache.hadoop: hadoop-auth
- org.apache.hadoop: hadoop-common
Expand Down Expand Up @@ -3826,7 +3826,7 @@ name: Hadoop Client API
license_category: binary
module: extensions/druid-hdfs-storage
license_name: Apache License version 2.0
version: 3.3.5
version: 3.3.6
libraries:
- org.apache.hadoop: hadoop-client-api

Expand Down
2 changes: 1 addition & 1 deletion owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
<suppress>
<!-- from extensions using hadoop-client-runtime, these dependencies are shaded in the jar -->
<notes><![CDATA[
file name: hadoop-client-runtime-3.3.5.jar
file name: hadoop-client-runtime-3.3.6.jar
]]></notes>
<!-- this one is windows only - https://nvd.nist.gov/vuln/detail/CVE-2022-26612 -->
<cve>CVE-2022-26612</cve>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<slf4j.version>1.7.36</slf4j.version>
<jna.version>5.13.0</jna.version>
<jna-platform.version>5.13.0</jna-platform.version>
<hadoop.compile.version>3.3.5</hadoop.compile.version>
<hadoop.compile.version>3.3.6</hadoop.compile.version>
<mockito.version>4.3.1</mockito.version>
<aws.sdk.version>1.12.317</aws.sdk.version>
<caffeine.version>2.8.0</caffeine.version>
Expand Down

0 comments on commit 85e7f09

Please sign in to comment.