File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 140140 <version .maven-checkstyle-plugin.checkstyle>10.5.0</version .maven-checkstyle-plugin.checkstyle>
141141 <version .maven-jxr-plugin>3.2.0</version .maven-jxr-plugin>
142142 <version .maven-pmd-plugin>3.17.0</version .maven-pmd-plugin>
143- <version .maven-pmd-plugin.pmd>6.51 .0</version .maven-pmd-plugin.pmd>
143+ <version .maven-pmd-plugin.pmd>6.52 .0</version .maven-pmd-plugin.pmd>
144144 <version .spotbugs-maven-plugin>4.7.3.0</version .spotbugs-maven-plugin>
145145 <version .spotbugs-maven-plugin.spotbugs>4.7.0.0</version .spotbugs-maven-plugin.spotbugs>
146146 <version .maven-surefire-report-plugin>3.0.0-M7</version .maven-surefire-report-plugin>
10461046 <groupId >com.github.spotbugs</groupId >
10471047 <artifactId >spotbugs-maven-plugin</artifactId >
10481048 <version >${version.spotbugs-maven-plugin} </version >
1049- <dependencies >
1050-
1051- </dependencies >
1049+ <configuration >
1050+ <includeFilterFile >spotbugs-security-include.xml</includeFilterFile >
1051+ <excludeFilterFile >spotbugs-security-exclude.xml</excludeFilterFile >
1052+ <plugins >
1053+ <plugin >
1054+ <groupId >com.h3xstream.findsecbugs</groupId >
1055+ <artifactId >findsecbugs-plugin</artifactId >
1056+ <version >1.12.0</version >
1057+ </plugin >
1058+ </plugins >
1059+ </configuration >
10521060 </plugin >
10531061 <plugin >
10541062 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 1+ <FindBugsFilter >
2+ </FindBugsFilter >
Original file line number Diff line number Diff line change 1+ <FindBugsFilter >
2+ <Match >
3+ <Bug category =" SECURITY" />
4+ </Match >
5+ </FindBugsFilter >
You can’t perform that action at this time.
0 commit comments