Skip to content

Commit

Permalink
Remove unused dependency on commons-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Dec 4, 2024
1 parent 5022a67 commit b8a91bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@
<version>1.15</version>
</dependency>

<!-- explicitly require a patched commons-collections to avoid vulnerable v3.2.1 -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
Expand Down

0 comments on commit b8a91bb

Please sign in to comment.