Skip to content

Commit

Permalink
Fix security-problem updating jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Oct 20, 2018
1 parent 31aff57 commit efc8d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redpen-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.2.4.v20141103</version>
<version>9.4.8.v20180619</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -226,7 +226,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.2.4.v20141103</version>
<version>9.4.8.v20180619</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit efc8d13

Please sign in to comment.