File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 137
137
<dependency >
138
138
<groupId >com.github.spotbugs</groupId >
139
139
<artifactId >spotbugs-annotations</artifactId >
140
- <version >4.7 .3</version >
140
+ <version >4.8 .3</version >
141
141
</dependency >
142
142
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
143
143
<dependency >
403
403
</java >
404
404
</configuration >
405
405
</plugin >
406
+ <plugin >
407
+ <groupId >com.github.spotbugs</groupId >
408
+ <artifactId >spotbugs-maven-plugin</artifactId >
409
+ <version >${version.spotbugs-maven-plugin} </version >
410
+ <configuration >
411
+ <plugins >
412
+ <plugin >
413
+ <groupId >com.h3xstream.findsecbugs</groupId >
414
+ <artifactId >findsecbugs-plugin</artifactId >
415
+ <version >${version.findsecbugs-plugin} </version >
416
+ </plugin >
417
+ </plugins >
418
+ </configuration >
419
+ </plugin >
406
420
</plugins >
407
421
</build >
408
422
Original file line number Diff line number Diff line change 49
49
<version .bouncycastle>1.77</version .bouncycastle>
50
50
<version .spotless-maven-plugin>2.43.0</version .spotless-maven-plugin>
51
51
<version .google-java-format>1.21.0</version .google-java-format>
52
+ <version .spotbugs-maven-plugin>4.8.3.0</version .spotbugs-maven-plugin>
53
+ <version .findsecbugs-plugin>1.13.0</version .findsecbugs-plugin>
52
54
</properties >
53
55
<repositories >
54
56
<repository >
You can’t perform that action at this time.
0 commit comments