Skip to content

Commit 867a2ce

Browse files
committed
Updated Jetty version to 9.1.3.v20140225 in Maven build file.
1 parent d7c97ca commit 867a2ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,22 @@
158158
<dependency>
159159
<groupId>org.eclipse.jetty</groupId>
160160
<artifactId>jetty-util</artifactId>
161-
<version>7.6.8.v20121106</version>
161+
<version>9.1.3.v20140225</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.eclipse.jetty</groupId>
165165
<artifactId>jetty-security</artifactId>
166-
<version>7.6.8.v20121106</version>
166+
<version>9.1.3.v20140225</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.eclipse.jetty</groupId>
170170
<artifactId>jetty-plus</artifactId>
171-
<version>7.6.8.v20121106</version>
171+
<version>9.1.3.v20140225</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>org.eclipse.jetty</groupId>
175175
<artifactId>jetty-server</artifactId>
176-
<version>7.6.8.v20121106</version>
176+
<version>9.1.3.v20140225</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)