update jetty server to avoid security risk

This commit is contained in:
parrt 2018-11-08 16:51:15 -08:00
parent a57732ce74
commit 3039dc2411
1 changed files with 4 additions and 4 deletions

View File

@ -66,10 +66,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.16.v20140903</version>
<scope>test</scope>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>[9.3.24.v20180605,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>