We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf36f1 commit d45b1efCopy full SHA for d45b1ef
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.htmlunit</groupId>
6
<artifactId>htmlunit-cssparser</artifactId>
7
- <version>3.1.0</version>
+ <version>3.2.0-SNAPSHOT</version>
8
<name>HtmlUnit CSS Parser</name>
9
<organization>
10
<name>HtmlUnit</name>
@@ -19,6 +19,8 @@
19
20
<maven.compiler.source>8</maven.compiler.source>
21
<maven.compiler.target>8</maven.compiler.target>
22
+
23
+ <dependencycheck.version>8.2.1</dependencycheck.version>
24
</properties>
25
26
<build>
@@ -49,7 +51,7 @@
49
51
<plugin>
50
52
<groupId>org.owasp</groupId>
53
<artifactId>dependency-check-maven</artifactId>
- <version>7.4.1</version>
54
+ <version>${dependencycheck.version}</version>
55
<configuration>
56
<failBuildOnCVSS>0</failBuildOnCVSS>
57
</configuration>
0 commit comments