Merge pull request #107 from overleaf/sk-upgrade-jetty-2106

Upgrade jetty and jetty-servlet
This commit is contained in:
Simon Detheridge 2021-06-22 13:15:03 +01:00 committed by GitHub
commit 70f4e5801d

View file

@ -76,13 +76,13 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.8.v20171121</version>
<version>9.4.38.v20210224</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.8.v20171121</version>
<version>9.4.38.v20210224</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>