Skip to content

Commit

Permalink
upgraded the commons-io jar from 1.3.2 to 2.7 to fix security vulnera…
Browse files Browse the repository at this point in the history
…bilities
  • Loading branch information
agoteti committed Feb 21, 2024
1 parent a7637e9 commit 6b9c903
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@
</build>

<dependencies>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 6b9c903

Please sign in to comment.