Skip to content

Commit 7625560

Browse files
author
Bence Erős
committed
fixing build on java17 by upgrading spotbugs and japicmp
1 parent 21f9db6 commit 7625560

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
<plugin>
107107
<groupId>com.github.spotbugs</groupId>
108108
<artifactId>spotbugs-maven-plugin</artifactId>
109-
<version>3.1.12.2</version>
109+
<version>4.6.0.0</version>
110110
<dependencies>
111111
<dependency>
112112
<groupId>com.github.spotbugs</groupId>
113113
<artifactId>spotbugs</artifactId>
114-
<version>4.0.0-beta4</version>
114+
<version>4.6.0</version>
115115
</dependency>
116116
</dependencies>
117117
<executions>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>com.github.siom79.japicmp</groupId>
136136
<artifactId>japicmp-maven-plugin</artifactId>
137-
<version>0.13.0</version>
137+
<version>0.15.7</version>
138138
<configuration>
139139
<oldVersion>
140140
<dependency>

0 commit comments

Comments
 (0)