Skip to content

Commit

Permalink
Vulnerability issue commons-codec #128
Browse files Browse the repository at this point in the history
  • Loading branch information
anouri committed Jul 20, 2020
1 parent 290a559 commit 8fec9fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions com.ibm.streamsx.hdfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes

=======
v5.2.3:

#128: The Vulnerability issue for 3rh party library commons-codec version 1.12 has been fixed. The maven pom.xml file has been upgraded to use commons-codec version 1.14

v5.2.2:

#122: The Vulnerability issue for 3rh party library commons-configuration2 version 2.5 has been fixed. The maven pom.xml file has been upgraded to use commons-configuration2 version 2.7.
6 changes: 5 additions & 1 deletion com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,12 @@ The 'tempFile' parameter specifies the name of the file that the operator writes

* pom.xml updated to use commons-configuration2 version 2.7

++ What is new in version 5.2.3

* pom.xml updated to use commons-codec version 1.14

</description>
<version>5.2.2</version>
<version>5.2.3</version>
<requiredProductVersion>4.2.0.0</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.streamsx.hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.12</version>
<version>1.14</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit 8fec9fd

Please sign in to comment.