Skip to content

Commit f71eb64

Browse files
committed
update jetty version
1 parent 9f7a4bc commit f71eb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,14 @@
313313
<dependency>
314314
<groupId>org.eclipse.jetty</groupId>
315315
<artifactId>jetty-server</artifactId>
316-
<version>9.4.15.v20190215</version>
316+
<version>9.4.17.v20190418</version>
317317
<scope>test</scope>
318318
<optional>true</optional>
319319
</dependency>
320320
<dependency>
321321
<groupId>org.eclipse.jetty</groupId>
322322
<artifactId>jetty-webapp</artifactId>
323-
<version>9.3.25.v20180904</version>
323+
<version>9.4.17.v20190418</version>
324324
<scope>test</scope>
325325
<optional>true</optional>
326326
</dependency>

0 commit comments

Comments
 (0)