Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-5902998
  • Loading branch information
snyk-bot committed Sep 15, 2023
1 parent 2a77312 commit 408c0ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<!-- Dependency versions -->
<selenium.version>3.4.0</selenium.version>
<selenium.version>3.6.0</selenium.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<phantomjsdriver.version>1.4.1</phantomjsdriver.version>
<testng.version>6.11</testng.version>
Expand All @@ -41,12 +41,12 @@
<browser>firefox</browser>
<threads>1</threads>
<remote>false</remote>
<seleniumGridURL />
<platform />
<browserVersion />
<seleniumGridURL/>
<platform/>
<browserVersion/>
<proxyEnabled>false</proxyEnabled>
<proxyHost />
<proxyPort />
<proxyHost/>
<proxyPort/>
<sonar.organization>kalisb</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
Expand Down Expand Up @@ -192,7 +192,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -212,7 +212,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 408c0ac

Please sign in to comment.