Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Update to new Jetty 9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Apr 9, 2021
1 parent 2aca836 commit e91b995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.33.v20201020</version>
<version>9.4.39.v20210325</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>9.4.33.v20201020</version>
<version>9.4.39.v20210325</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e91b995

Please sign in to comment.