Skip to content
Merged
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 DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ List of third-party dependencies grouped by their license type.
* Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - http://commons.apache.org/proper/commons-math/)
* Apache Commons Net (commons-net:commons-net:3.9.0 - https://commons.apache.org/proper/commons-net/)
* Apache Commons Pool (org.apache.commons:commons-pool2:2.12.1 - https://commons.apache.org/proper/commons-pool/)
* Apache Commons Text (org.apache.commons:commons-text:1.14.0 - https://commons.apache.org/proper/commons-text)
* Apache Commons Text (org.apache.commons:commons-text:1.15.0 - https://commons.apache.org/proper/commons-text)
* Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:3.4.2 - no url defined)
* Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:3.4.2 - no url defined)
* Apache Hadoop Client API (org.apache.hadoop:hadoop-client-api:3.4.2 - no url defined)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ The license texts of these dependencies can be found in the licenses directory.
* Apache Commons Logging (commons-logging:commons-logging:1.3.5 - https://commons.apache.org/proper/commons-logging/)
* Apache Commons Math (org.apache.commons:commons-math3:3.6.1 - http://commons.apache.org/proper/commons-math/)
* Apache Commons Net (commons-net:commons-net:3.9.0 - https://commons.apache.org/proper/commons-net/)
* Apache Commons Text (org.apache.commons:commons-text:1.14.0 - https://commons.apache.org/proper/commons-text)
* Apache Commons Text (org.apache.commons:commons-text:1.15.0 - https://commons.apache.org/proper/commons-text)
* Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:3.4.2 - no url defined)
* Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:3.4.2 - no url defined)
* Apache Hadoop Common (org.apache.hadoop:hadoop-common:3.4.2 - no url defined)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<commons-collections.version>4.5.0</commons-collections.version>
<commons-fileupload.version>1.6.0</commons-fileupload.version>
<commons-codec.version>1.20.0</commons-codec.version>
<commons-text.version>1.14.0</commons-text.version>
<commons-text.version>1.15.0</commons-text.version>
<commons-cli.version>1.11.0</commons-cli.version>
<curator.version>5.9.0</curator.version>
<jetty.version>12.1.4</jetty.version>
Expand Down