mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
Merge pull request #1 from Laande/snyk-fix-2dcdc35854cbcbff45ec2ddb1aeed8cf
[Snyk] Security upgrade org.eclipse.jetty.websocket:javax-websocket-server-impl from 9.4.41.v20210516 to 9.4.43.v20210629
This commit is contained in:
commit
d3ff2b624f
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javafx.version>1.8</javafx.version>
|
<javafx.version>1.8</javafx.version>
|
||||||
<jettyVersion>9.4.41.v20210516</jettyVersion>
|
<jettyVersion>9.4.43.v20210629</jettyVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -106,8 +106,7 @@
|
|||||||
<phase>clean</phase>
|
<phase>clean</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<target name="clean our own build folder">
|
<target name="clean our own build folder">
|
||||||
<delete dir="../Build"
|
<delete dir="../Build" includeemptydirs="true"/>
|
||||||
includeemptydirs="true"/>
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
Loading…
Reference in New Issue
Block a user