Skip to content

Commit 0def925

Browse files
authored
Merge pull request #4 from pixee/remove-collections4
Remove collections4
2 parents eba8a8f + baf6484 commit 0def925

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.pixee</groupId>
77
<artifactId>java-security-toolkit</artifactId>
8-
<version>1.0.5</version>
8+
<version>1.0.6</version>
99

1010
<name>java-security-toolkit</name>
1111
<description>a library with common security controls</description>
@@ -84,12 +84,6 @@
8484
<artifactId>commons-io</artifactId>
8585
<version>2.11.0</version>
8686
</dependency>
87-
<!-- needed for the ring buffer to efficiently detect tokens in InputStream in SafeIO -->
88-
<dependency>
89-
<groupId>org.apache.commons</groupId>
90-
<artifactId>commons-collections4</artifactId>
91-
<version>4.4</version>
92-
</dependency>
9387
<dependency>
9488
<groupId>org.codehaus.mojo</groupId>
9589
<artifactId>animal-sniffer-annotations</artifactId>

0 commit comments

Comments
 (0)