mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Merge pull request #9059 from overleaf/jk-gitbridge-upgrade-jetty-9
[git-bridge] Upgrade jetty-server and jetty-servlet to 9.4.48 GitOrigin-RevId: 7bf3f72b7bf5a0677a3c7f217a08c07524db6e2e
This commit is contained in:
parent
ed66b43979
commit
a2010bf901
1 changed files with 2 additions and 2 deletions
|
@ -76,13 +76,13 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>9.4.38.v20210224</version>
|
||||
<version>9.4.48.v20220622</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>9.4.38.v20210224</version>
|
||||
<version>9.4.48.v20220622</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue