mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 10:20:51 +01:00
fix: G-Earth/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-1319666
This commit is contained in:
parent
a03c898328
commit
e2f772df0d
@ -10,7 +10,7 @@
|
||||
|
||||
<properties>
|
||||
<javafx.version>1.8</javafx.version>
|
||||
<jettyVersion>9.4.41.v20210516</jettyVersion>
|
||||
<jettyVersion>9.4.43.v20210629</jettyVersion>
|
||||
</properties>
|
||||
|
||||
<parent>
|
||||
@ -106,8 +106,7 @@
|
||||
<phase>clean</phase>
|
||||
<configuration>
|
||||
<target name="clean our own build folder">
|
||||
<delete dir="../Build"
|
||||
includeemptydirs="true"/>
|
||||
<delete dir="../Build" includeemptydirs="true"/>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
Loading…
Reference in New Issue
Block a user