Skip to content

Commit

Permalink
fixing build on java17 by upgrading spotbugs and japicmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bence Erős committed Mar 31, 2022
1 parent 21f9db6 commit 7625560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.6.0.0</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.0.0-beta4</version>
<version>4.6.0</version>
</dependency>
</dependencies>
<executions>
Expand All @@ -134,7 +134,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.13.0</version>
<version>0.15.7</version>
<configuration>
<oldVersion>
<dependency>
Expand Down

0 comments on commit 7625560

Please sign in to comment.