Skip to content

Commit

Permalink
Update to commons-collections 3.2.2 to mitigate a CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
baz8080 authored and aurambaj committed Jul 18, 2023
1 parent f0a8ef7 commit 73fcee0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,19 @@
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
Expand Down

0 comments on commit 73fcee0

Please sign in to comment.