Skip to content

Commit d45b1ef

Browse files
committed
start working on 3.2.0
1 parent bdf36f1 commit d45b1ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -19,6 +19,8 @@
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>
@@ -49,7 +51,7 @@
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>

0 commit comments

Comments
 (0)