Skip to content

Commit

Permalink
Merge pull request #847 from takahi-i/fix-secrity-problem
Browse files Browse the repository at this point in the history
Further updating jetty
  • Loading branch information
takahi-i authored Oct 20, 2018
2 parents 9f28dde + bb94fff commit 57bbef7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions redpen-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,18 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.8.v20180619</version>
<version>9.4.11.v20180605</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.11.v20180605</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.8.v20180619</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
Expand Down

0 comments on commit 57bbef7

Please sign in to comment.