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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >3.1.0 </version >
7
+ <version >3.2.0-SNAPSHOT </version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
19
19
20
20
<maven .compiler.source>8</maven .compiler.source>
21
21
<maven .compiler.target>8</maven .compiler.target>
22
+
23
+ <dependencycheck .version>8.2.1</dependencycheck .version>
22
24
</properties >
23
25
24
26
<build >
49
51
<plugin >
50
52
<groupId >org.owasp</groupId >
51
53
<artifactId >dependency-check-maven</artifactId >
52
- <version >7.4.1 </version >
54
+ <version >${dependencycheck.version} </version >
53
55
<configuration >
54
56
<failBuildOnCVSS >0</failBuildOnCVSS >
55
57
</configuration >
You can’t perform that action at this time.
0 commit comments