Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
CWA Parent 1.7 - Update Commons-Text (#10)
Browse files Browse the repository at this point in the history
* Update Dependencies
Update OWASP Suppressions

* Resolve Merge Error

* Update Commons-Text Dependency
  • Loading branch information
f11h authored Oct 14, 2022
1 parent e876d3e commit ba828e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,18 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.7.0</version>
<version>5.7.0</version> <!-- When updating to > 5.7.0 remove exclusion of commons-text -->
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>[1.10.0)</version>
</dependency>


Expand Down

0 comments on commit ba828e9

Please sign in to comment.