Skip to content

Commit

Permalink
Bumped JUnit version to address vulnerability (https://github.com/son…
Browse files Browse the repository at this point in the history
…alake/utah-parser/network/alert/pom.xml/junit:junit/open). (#16)

Bumped JaCoCo and Coveralls maven plugin versions to remove build warning.
  • Loading branch information
ciarant authored Oct 14, 2020
1 parent fb78cc5 commit 65467f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand All @@ -119,6 +120,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down Expand Up @@ -171,7 +173,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>[4.13.1,)</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 65467f2

Please sign in to comment.