File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 190190 <maven-checkstyle-plugin .version>3.3.1</maven-checkstyle-plugin .version>
191191 <maven-compiler-plugin .version>3.12.1</maven-compiler-plugin .version>
192192 <maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
193- <dependency-check-maven .version>9.1 .0</dependency-check-maven .version>
193+ <dependency-check-maven .version>9.2 .0</dependency-check-maven .version>
194194 <nar-maven-plugin .version>3.10.1</nar-maven-plugin .version>
195195 <os-maven-plugin .version>1.4.1.Final</os-maven-plugin .version>
196196 <protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
10911091 <groupId >org.owasp</groupId >
10921092 <artifactId >dependency-check-maven</artifactId >
10931093 <version >${dependency-check-maven.version} </version >
1094+ <inherited >false</inherited >
10941095 <configuration >
10951096 <suppressionFiles >
10961097 <suppressionFile >src/owasp-dependency-check-suppressions.xml</suppressionFile >
11201121 </plugin >
11211122 </plugins >
11221123 </build >
1123- <reporting >
1124- <plugins >
1125- <plugin >
1126- <groupId >org.owasp</groupId >
1127- <artifactId >dependency-check-maven</artifactId >
1128- <version >${dependency-check-maven.version} </version >
1129- <reportSets >
1130- <reportSet >
1131- <reports >
1132- <report >aggregate</report >
1133- </reports >
1134- </reportSet >
1135- </reportSets >
1136- </plugin >
1137- </plugins >
1138- </reporting >
11391124 </profile >
11401125 <profile >
11411126 <id >delombok</id >
You can’t perform that action at this time.
0 commit comments