Skip to content

Commit

Permalink
Update dependencies and plugins in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Jan 26, 2019
1 parent f56e695 commit 0fcbf0b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@

<build>
<plugins>
<!-- check for updates with mvn versions:display-dependency-updates -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand All @@ -49,7 +55,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.11</version>
<version>8.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -128,7 +134,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.8.3</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand All @@ -146,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.4</version>
<version>3.0.0</version>
<executions>
<execution>
<id>sign</id>
Expand All @@ -166,7 +172,7 @@
<plugin>
<groupId>net.nicoulaj.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
<version>1.6</version>
<version>1.8</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -198,7 +204,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -210,7 +216,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bytes</artifactId>
<version>0.4.6</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0fcbf0b

Please sign in to comment.