We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eba8a8f + baf6484 commit 0def925Copy full SHA for 0def925
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.pixee</groupId>
7
<artifactId>java-security-toolkit</artifactId>
8
- <version>1.0.5</version>
+ <version>1.0.6</version>
9
10
<name>java-security-toolkit</name>
11
<description>a library with common security controls</description>
@@ -84,12 +84,6 @@
84
<artifactId>commons-io</artifactId>
85
<version>2.11.0</version>
86
</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>
93
<dependency>
94
<groupId>org.codehaus.mojo</groupId>
95
<artifactId>animal-sniffer-annotations</artifactId>
0 commit comments