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 963c6b7 commit 4e466a8
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 @@ -514,7 +514,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 @@ -550,7 +550,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 @@ -814,7 +814,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 @@ -852,7 +852,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 @@ -861,7 +861,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 @@ -875,7 +875,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 @@ -893,15 +893,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 @@ -918,7 +918,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 @@ -961,7 +961,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 4e466a8

Please sign in to comment.