File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
53
53
<groupId >com.github.spotbugs</groupId >
54
54
<artifactId >spotbugs</artifactId >
55
- <version >4.7.2 </version >
55
+ <version >4.7.3 </version >
56
56
<scope >compile</scope >
57
57
</dependency >
58
58
432
432
<dependency >
433
433
<groupId >com.github.spotbugs</groupId >
434
434
<artifactId >spotbugs</artifactId >
435
- <version >4.7.2 </version >
435
+ <version >4.7.3 </version >
436
436
</dependency >
437
437
</dependencies >
438
438
<executions >
484
484
<id >integration-test</id >
485
485
<properties >
486
486
<!-- run the integration tests by clearing the exclusions -->
487
- <testExclusions ></ testExclusions >
487
+ <testExclusions / >
488
488
</properties >
489
489
<build >
490
490
<plugins >
You can’t perform that action at this time.
0 commit comments