We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f9db6 commit 7625560Copy full SHA for 7625560
core/pom.xml
@@ -106,12 +106,12 @@
106
<plugin>
107
<groupId>com.github.spotbugs</groupId>
108
<artifactId>spotbugs-maven-plugin</artifactId>
109
- <version>3.1.12.2</version>
+ <version>4.6.0.0</version>
110
<dependencies>
111
<dependency>
112
113
<artifactId>spotbugs</artifactId>
114
- <version>4.0.0-beta4</version>
+ <version>4.6.0</version>
115
</dependency>
116
</dependencies>
117
<executions>
@@ -134,7 +134,7 @@
134
135
<groupId>com.github.siom79.japicmp</groupId>
136
<artifactId>japicmp-maven-plugin</artifactId>
137
- <version>0.13.0</version>
+ <version>0.15.7</version>
138
<configuration>
139
<oldVersion>
140
0 commit comments