Skip to content

Commit 3acc43e

Browse files
author
ahmad.nouri
committed
v5.3.4 Vulnerability issues for 3rd party libraries fixed
1 parent ad6fc5a commit 3acc43e

File tree

3 files changed

+35
-8
lines changed

3 files changed

+35
-8
lines changed

com.ibm.streamsx.hdfs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changes
22
=======
33

4+
## v5.3.4:
5+
* fix Vulnerabilities CVE-2022-42889, CVE-2022-25168 and CVE-2021-33036
6+
hadoop jar libraries upgraded to version 3.3.6
7+
48
## v5.3.3:
5-
* [#133}fix Vulnerabilities in 3rd party jar libraries)
9+
* fix Vulnerabilities in 3rd party jar libraries
610

711
## v5.3.2:
812
* [#133](https://github.com/IBMStreams/streamsx.hdfs/issues/140) slf4j jars updated (fix the log4j issue)

com.ibm.streamsx.hdfs/info.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,16 @@ The 'tempFile' parameter specifies the name of the file that the operator writes
211211

212212
* pom.xml updated to use the latest apache libraries
213213

214+
++ What is new in version 5.3.4
215+
216+
* The Vulnerability issues for 3rd party libraries have been fixed
217+
* hadoop libraries upgraded to version 3.3.6
218+
* commons-cli upgraded to 1.5.0
219+
* commons-codecs upgraded to 1.16.1
220+
214221

215222
</description>
216-
<version>5.3.3</version>
223+
<version>5.3.4</version>
217224
<requiredProductVersion>4.2.0.0</requiredProductVersion>
218225
</identity>
219226
<dependencies/>

com.ibm.streamsx.hdfs/pom.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.ibm.streamsx.hdfs</groupId>
99
<artifactId>streamsx.hdfs</artifactId>
1010
<packaging>jar</packaging>
11-
<version>5.3.3</version>
11+
<version>5.3.4</version>
1212
<name>com.ibm.streamsx.hdfs</name>
1313
<repositories>
1414
<repository>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.apache.hadoop</groupId>
137137
<artifactId>hadoop-annotations</artifactId>
138-
<version>3.3.0</version>
138+
<version>3.3.6</version>
139139
<exclusions>
140140
<exclusion>
141141
<groupId>*</groupId>
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.apache.hadoop</groupId>
149149
<artifactId>hadoop-auth</artifactId>
150-
<version>3.3.0</version>
150+
<version>3.3.6</version>
151151
<exclusions>
152152
<exclusion>
153153
<groupId>*</groupId>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.apache.hadoop</groupId>
161161
<artifactId>hadoop-common</artifactId>
162-
<version>3.3.0</version>
162+
<version>3.3.6</version>
163163
<exclusions>
164164
<exclusion>
165165
<groupId>*</groupId>
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.apache.hadoop</groupId>
173173
<artifactId>hadoop-hdfs</artifactId>
174-
<version>3.3.0</version>
174+
<version>3.3.6</version>
175175
<exclusions>
176176
<exclusion>
177177
<groupId>*</groupId>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.apache.hadoop</groupId>
185185
<artifactId>hadoop-hdfs-client</artifactId>
186-
<version>3.3.0</version>
186+
<version>3.3.6</version>
187187
<exclusions>
188188
<exclusion>
189189
<groupId>*</groupId>
@@ -192,6 +192,22 @@
192192
</exclusions>
193193
</dependency>
194194

195+
196+
<dependency>
197+
<groupId>org.apache.hadoop.thirdparty</groupId>
198+
<artifactId>hadoop-shaded-guava</artifactId>
199+
<version>1.1.1</version>
200+
<exclusions>
201+
<exclusion>
202+
<groupId>*</groupId>
203+
<artifactId>*</artifactId>
204+
</exclusion>
205+
</exclusions>
206+
</dependency>
207+
208+
209+
210+
195211
<dependency>
196212
<groupId>org.apache.htrace</groupId>
197213
<artifactId>htrace-core4</artifactId>

0 commit comments

Comments
 (0)