Skip to content

Commit

Permalink
fixed junit dep for cve and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
steely-glint committed Oct 13, 2020
1 parent 30d96cc commit 25ddeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>sctp4j</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 25ddeed

Please sign in to comment.