Skip to content

Commit

Permalink
Bumped BC version
Browse files Browse the repository at this point in the history
  • Loading branch information
steely-glint committed Feb 18, 2021
1 parent 25ddeed commit cc903ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>pe.pi</groupId>
<artifactId>sctp4j</artifactId>
<version>1.0.2</version>
<version>1.0.2.8</version>
<packaging>jar</packaging>

<name>sctp4j</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.62</version>
<version>1.68</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk15on</artifactId>
<version>1.62</version>
<version>1.68</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit cc903ad

Please sign in to comment.