Skip to content

Commit

Permalink
Merge pull request #846 from takahi-i/fix-secrity-problem
Browse files Browse the repository at this point in the history
Fix security-problem updating jetty
  • Loading branch information
takahi-i authored Oct 20, 2018
2 parents 54250aa + efc8d13 commit 9f28dde
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 9f28dde

Please sign in to comment.