File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-cssparser</artifactId >
7- <version >3.1.0 </version >
7+ <version >3.2.0-SNAPSHOT </version >
88 <name >HtmlUnit CSS Parser</name >
99 <organization >
1010 <name >HtmlUnit</name >
1919
2020 <maven .compiler.source>8</maven .compiler.source>
2121 <maven .compiler.target>8</maven .compiler.target>
22+
23+ <dependencycheck .version>8.2.1</dependencycheck .version>
2224 </properties >
2325
2426 <build >
4951 <plugin >
5052 <groupId >org.owasp</groupId >
5153 <artifactId >dependency-check-maven</artifactId >
52- <version >7.4.1 </version >
54+ <version >${dependencycheck.version} </version >
5355 <configuration >
5456 <failBuildOnCVSS >0</failBuildOnCVSS >
5557 </configuration >
You can’t perform that action at this time.
0 commit comments