File tree 3 files changed +28
-10
lines changed
3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ SPDX-License-Identifier: CC0-1.0
98
98
</plugin >
99
99
100
100
<plugin >
101
- <groupId >org.codehaus.mojo </groupId >
102
- <artifactId >findbugs -maven-plugin</artifactId >
101
+ <groupId >com.github.spotbugs </groupId >
102
+ <artifactId >spotbugs -maven-plugin</artifactId >
103
103
<executions >
104
104
<execution >
105
105
<goals >
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ SPDX-License-Identifier: CC0-1.0
72
72
</plugin >
73
73
74
74
<plugin >
75
- <groupId >org.codehaus.mojo </groupId >
76
- <artifactId >findbugs -maven-plugin</artifactId >
75
+ <groupId >com.github.spotbugs </groupId >
76
+ <artifactId >spotbugs -maven-plugin</artifactId >
77
77
<executions >
78
78
<execution >
79
79
<goals >
Original file line number Diff line number Diff line change @@ -131,9 +131,18 @@ SPDX-License-Identifier: CC0-1.0
131
131
</plugin >
132
132
133
133
<plugin >
134
- <groupId >org.codehaus.mojo</groupId >
135
- <artifactId >findbugs-maven-plugin</artifactId >
136
- <version >3.0.5</version >
134
+ <groupId >com.github.spotbugs</groupId >
135
+ <artifactId >spotbugs-maven-plugin</artifactId >
136
+ <version >4.8.5.0</version >
137
+ <configuration >
138
+ <dependencies >
139
+ <dependency >
140
+ <groupId >com.github.spotbugs</groupId >
141
+ <artifactId >spotbugs</artifactId >
142
+ <version >4.8.5</version >
143
+ </dependency >
144
+ </dependencies >
145
+ </configuration >
137
146
</plugin >
138
147
139
148
<plugin >
@@ -359,9 +368,18 @@ SPDX-License-Identifier: CC0-1.0
359
368
</plugin >
360
369
361
370
<plugin >
362
- <groupId >org.codehaus.mojo</groupId >
363
- <artifactId >findbugs-maven-plugin</artifactId >
364
- <version >3.0.5</version > <!-- NOTE 2.5.5 is the latest version still compiled with Java 1.6 -->
371
+ <groupId >com.github.spotbugs</groupId >
372
+ <artifactId >spotbugs-maven-plugin</artifactId >
373
+ <version >4.8.5.0</version >
374
+ <configuration >
375
+ <dependencies >
376
+ <dependency >
377
+ <groupId >com.github.spotbugs</groupId >
378
+ <artifactId >spotbugs</artifactId >
379
+ <version >4.8.5</version >
380
+ </dependency >
381
+ </dependencies >
382
+ </configuration >
365
383
</plugin >
366
384
367
385
<plugin >
You can’t perform that action at this time.
0 commit comments