Skip to content

Commit b8eaadf

Browse files
author
anouri
committed
Vulnerability issue commons-codec version 1.12 #132
1 parent b35efdb commit b8eaadf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

com.ibm.streamsx.hbase/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changes
22
=======
3+
## v3.8.5:
4+
* #132: 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
5+
36
## v3.8.4:
47
* #127: The Vulnerability issue for 3rh party library commons-configuration2 version 2.5 has been fixed.
58
The maven pom.xml file has been upgraded to use commons-configuration2 version 2.7.

com.ibm.streamsx.hbase/info.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja
215215

216216
* pom.xml updated to use commons-configuration2 JAR library version 2.7
217217

218+
++ What is new in version 3.8.5
219+
220+
* pom.xml updated to use commons-codec JAR library version 1.14
218221

219222
</info:description>
220-
<info:version>3.8.4</info:version>
223+
<info:version>3.8.5</info:version>
221224
<info:requiredProductVersion>4.0.0.0</info:requiredProductVersion>
222225
</info:identity>
223226
<info:dependencies/>

com.ibm.streamsx.hbase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>commons-codec</groupId>
3939
<artifactId>commons-codec</artifactId>
40-
<version>1.12</version>
40+
<version>1.14</version>
4141
<exclusions>
4242
<exclusion>
4343
<groupId>*</groupId>

0 commit comments

Comments
 (0)