Skip to content

Commit

Permalink
fix: moderate severity security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierbeltrando committed Apr 1, 2019
1 parent cf781f5 commit 6f3946f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.11.v20180605</version>
<version>9.4.12.v20180830</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.11.v20180605</version>
<version>9.4.12.v20180830</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>9.4.11.v20180605</version>
<version>9.4.12.v20180830</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 6f3946f

Please sign in to comment.