Fix build on Java 13

feature/mock
Richard Körber 2019-10-27 14:20:19 +01:00
parent 0b1e512a57
commit 72ebca46aa
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.10</version>
<version>3.1.12.2</version>
<configuration>
<excludeFilterFile>src/config/spotbugs-exclude.xml</excludeFilterFile>
</configuration>
@ -205,7 +205,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.10</version>
<version>3.1.12.2</version>
</plugin>
</plugins>
</reporting>