Skip to content

Commit

Permalink
Merge pull request #4 from pixee/remove-collections4
Browse files Browse the repository at this point in the history
Remove collections4
  • Loading branch information
nahsra authored Jul 24, 2023
2 parents eba8a8f + baf6484 commit 0def925
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.pixee</groupId>
<artifactId>java-security-toolkit</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>

<name>java-security-toolkit</name>
<description>a library with common security controls</description>
Expand Down Expand Up @@ -84,12 +84,6 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<!-- needed for the ring buffer to efficiently detect tokens in InputStream in SafeIO -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
Expand Down

0 comments on commit 0def925

Please sign in to comment.