Skip to content

Commit

Permalink
Upgrade dependencies #1431
Browse files Browse the repository at this point in the history
Upgrade build plugins
  • Loading branch information
mp911de committed Sep 28, 2020
1 parent 3101745 commit e7392fb
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 @@ -478,7 +478,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<version>3.0.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -564,7 +564,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
</plugin>

<plugin>
Expand Down

0 comments on commit e7392fb

Please sign in to comment.