Skip to content

Commit

Permalink
Upgrade commons-io to 2.14.0 to address CVE-2024-47554
Browse files Browse the repository at this point in the history
Upgraded commons-io from 2.8.0 to 2.14.0 to fix a potential denial of service vulnerability (CVE-2024-47554) in XmlStreamReader.

Signed-off-by: Shrikant Temburwar <[email protected]>
  • Loading branch information
shrikant1407 committed Oct 24, 2024
1 parent 3bdf180 commit a15e43b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clientSdkTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion priTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>


Expand Down

0 comments on commit a15e43b

Please sign in to comment.