Skip to content

Commit

Permalink
start using 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 29, 2024
1 parent 4b1d583 commit 0a3ec6c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitcssparser.version>4.6.0</htmlunitcssparser.version>
<htmlunitcsp.version>4.6.0</htmlunitcsp.version>
<htmlunitcssparser.version>4.7.0</htmlunitcssparser.version>
<htmlunitcsp.version>4.7.0</htmlunitcsp.version>
<htmlunitneko.version>4.7.0-SNAPSHOT</htmlunitneko.version>
<htmlunitxpath.version>4.6.0</htmlunitxpath.version>
<htmlunitxpath.version>4.7.0</htmlunitxpath.version>
<htmlunitcorejs.version>4.7.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.6.0</htmlunitwebsocketclient.version>
<htmlunitwebsocketclient.version>4.7.0</htmlunitwebsocketclient.version>

<httpcomponents.version>4.5.14</httpcomponents.version>

Expand Down Expand Up @@ -233,6 +233,7 @@
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
<failBuildOnCVSS>0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0a3ec6c

Please sign in to comment.