Skip to content

Commit

Permalink
Upgrade build plugin dependencies #1037
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed May 12, 2019
1 parent edee8b3 commit c6ec062
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>src</id>
Expand Down Expand Up @@ -551,7 +551,7 @@
<plugin>
<groupId>net.ju-n.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
<version>1.4</version>
<version>1.8</version>
<configuration>
<algorithms>
<algorithm>MD5</algorithm>
Expand Down Expand Up @@ -817,7 +817,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>docs</id>
Expand Down Expand Up @@ -855,7 +855,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.0</version>
<version>1.6.2</version>
</extension>
</extensions>

Expand All @@ -864,7 +864,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<compilerArgument>-Xlint:all,-deprecation,-unchecked</compilerArgument>
<testCompilerArgument>-Xlint:none</testCompilerArgument>
Expand All @@ -878,7 +878,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${mockito.version}</version>
<version>2.22.2</version>
<configuration>
<systemProperties>
<io.netty.eventLoopThreads>4</io.netty.eventLoopThreads>
Expand All @@ -896,15 +896,15 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>${mockito.version}</version>
<version>2.22.2</version>
</dependency>
</dependencies>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${mockito.version}</version>
<version>2.22.2</version>
<configuration>
<systemProperties>
<io.netty.eventLoopThreads>4</io.netty.eventLoopThreads>
Expand All @@ -921,7 +921,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>${mockito.version}</version>
<version>2.22.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -964,7 +964,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<version>0.8.4</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit c6ec062

Please sign in to comment.