Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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