Skip to content

Commit

Permalink
[Security] Upgrade commons-codec to 1.15 (apache#10864)
Browse files Browse the repository at this point in the history
- contains security fix https://issues.apache.org/jira/browse/CODEC-270
  (since commons-codec 1.14)
  • Loading branch information
lhotari authored Jun 21, 2021
1 parent bce9144 commit 2925dc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ The Apache Software License, Version 2.0
- com.yahoo.datasketches-sketches-core-0.8.3.jar
* Apache Commons
- commons-cli-commons-cli-1.2.jar
- commons-codec-commons-codec-1.10.jar
- commons-codec-commons-codec-1.15.jar
- commons-collections-commons-collections-3.2.2.jar
- commons-configuration-commons-configuration-1.10.jar
- commons-io-commons-io-2.8.0.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-io.version>2.8.0</commons-io.version>
<commons-codec.version>1.10</commons-codec.version>
<commons-codec.version>1.15</commons-codec.version>
<javax.ws.rs-api.version>2.1</javax.ws.rs-api.version>
<log4j.version>1.2.17</log4j.version>
<hdrHistogram.version>2.1.9</hdrHistogram.version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ The Apache Software License, Version 2.0
- codahale-metrics-provider-4.14.1.jar
* Apache Commons
- commons-cli-1.2.jar
- commons-codec-1.10.jar
- commons-codec-1.15.jar
- commons-collections4-4.1.jar
- commons-configuration-1.10.jar
- commons-io-2.8.0.jar
Expand Down

0 comments on commit 2925dc1

Please sign in to comment.