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:
snyk-bot 2022-02-18 22:29:11 +00:00
parent a03c898328
commit e2f772df0d
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -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>