From 2eb402b9133e7b23e4b7da82652ce970a647d8ff Mon Sep 17 00:00:00 2001 From: "ahmad.nouri" Date: Fri, 6 Oct 2023 05:25:53 -0700 Subject: [PATCH] v3.9.6 Vulnerability issues for 3rd party libraries fixed --- com.ibm.streamsx.hbase/CHANGELOG.md | 4 ++++ com.ibm.streamsx.hbase/info.xml | 7 ++++++- com.ibm.streamsx.hbase/pom.xml | 29 ++++++++++++++++++++--------- 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/com.ibm.streamsx.hbase/CHANGELOG.md b/com.ibm.streamsx.hbase/CHANGELOG.md index 7054d3d..3fea1ba 100644 --- a/com.ibm.streamsx.hbase/CHANGELOG.md +++ b/com.ibm.streamsx.hbase/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes ========= +## v3.9.6 +* fix Vulnerabilities CVE-2022-42889, CVE-2022-25168 and CVE-2021-33036 + hadoop jar libraries upgraded to version 3.3.6 + commons.cli vesion 1.5.1 and commons-codec version 1.16.1 ## v3.9.5: * [#145](https://github.com/IBMStreams/streamsx.hbase/issues/149) 3rd party library slf4j-api upgraded to version 1.7.36 diff --git a/com.ibm.streamsx.hbase/info.xml b/com.ibm.streamsx.hbase/info.xml index fe56a67..c3312b4 100644 --- a/com.ibm.streamsx.hbase/info.xml +++ b/com.ibm.streamsx.hbase/info.xml @@ -241,10 +241,15 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja * 3rd party library slf4j-api upgraded to version 1.7.36 +++ What is new in version 3.9.6 +* The Vulnerability issues for 3rd party libraries have been fixed +* hadoop libraries upgraded to version 3.3.6 +* commons-cli upgraded to 1.5.0 +* commons-codecs upgraded to 1.16.1 - 3.9.5 + 3.9.6 4.0.0.0 diff --git a/com.ibm.streamsx.hbase/pom.xml b/com.ibm.streamsx.hbase/pom.xml index 1b20229..c0844b7 100644 --- a/com.ibm.streamsx.hbase/pom.xml +++ b/com.ibm.streamsx.hbase/pom.xml @@ -11,7 +11,7 @@ com.ibm.streamsx.hbase streamsx.hbase jar - 3.9.5 + 3.9.6 com.ibm.streamsx.hbase @@ -25,7 +25,7 @@ commons-cli commons-cli - 1.4 + 1.5.0 * @@ -37,7 +37,7 @@ commons-codec commons-codec - 1.15 + 1.16.0 * @@ -61,7 +61,7 @@ org.apache.commons commons-configuration2 - 2.7 + 2.9.0 * @@ -73,7 +73,7 @@ commons-io commons-io - 2.7 + 2.13.0 * @@ -96,7 +96,7 @@ org.apache.commons commons-lang3 - 3.11 + 3.13.0 * @@ -237,7 +237,7 @@ org.apache.hadoop hadoop-annotations - 3.3.0 + 3.3.6 * @@ -249,7 +249,7 @@ org.apache.hadoop hadoop-auth - 3.3.0 + 3.3.6 * @@ -261,7 +261,7 @@ org.apache.hadoop hadoop-common - 3.3.0 + 3.3.6 * @@ -270,6 +270,17 @@ + + org.apache.hadoop.thirdparty + hadoop-shaded-guava + 1.1.1 + + + * + * + + +