Update jetty due to security vulnerabilities
This commit is contained in:
parent
34d43fc637
commit
bbd4f09d14
4
pom.xml
4
pom.xml
|
@ -159,12 +159,12 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>9.3.8.v20160314</version>
|
||||
<version>[9.3.24.v20180605,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>9.3.8.v20160314</version>
|
||||
<version>[9.3.24.v20180605,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.iheartradio.m3u8</groupId>
|
||||
|
|
Loading…
Reference in New Issue