Skip to content

Commit

Permalink
Bump Maven plugin versions
Browse files Browse the repository at this point in the history
Bump Maven plugin versions in integration test project.

Might also resolve issue #2764
  • Loading branch information
sormuras authored and marcphilipp committed Nov 1, 2021
1 parent 5ad402c commit 718d34f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<release>11</release>
</configuration>
Expand All @@ -45,10 +45,13 @@
<plugin>
<groupId>de.sormuras.junit</groupId>
<artifactId>junit-platform-maven-plugin</artifactId>
<version>1.0.0-M5</version>
<version>1.1.5</version>
<extensions>true</extensions>
<configuration>
<executor>JAVA</executor>
<tweaks>
<disableAnsi>true</disableAnsi>
</tweaks>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 718d34f

Please sign in to comment.