[
https://issues.apache.org/jira/browse/ARROW-16998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563854#comment-17563854
]
David Dali Susanibar Arce commented on ARROW-16998:
---------------------------------------------------
Only to consider for maven-dependency-plugin
{code:java}
mvn dependency:tree --debug | grep commons-codec
[DEBUG] org.apache.maven.plugins:maven-dependency-plugin:jar:3.0.1
[DEBUG] org.apache.maven.shared:maven-artifact-transfer:jar:0.9.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.6:compile{code}
But if we move to the last version 3.3.0 it is also using
commons-codec:commons-codec:jar:1.11 that is not safe.
> [Java] Upgrade commons-codec dependencies
> -----------------------------------------
>
> Key: ARROW-16998
> URL: https://issues.apache.org/jira/browse/ARROW-16998
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Affects Versions: 8.0.0
> Reporter: Hui Yu
> Assignee: David Dali Susanibar Arce
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> [INFO] +- org.apache.arrow:arrow-vector:jar:8.0.0:compile
> [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.2:compile
> [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile
> [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
> [INFO] | +-
> com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.2:compile
> [INFO] | \- commons-codec:{*}commons-codec{*}:jar:1.10:compile
>
> https://issues.apache.org/jira/browse/CODEC-134 reports a security
> vulnerability for commons-codec
>
> The safe version is v1.13
>
> Can you bump *commons-codec* ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)