Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit a270687

Browse files
committed
update latest deps
1 parent 8fcf02a commit a270687

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

pom.xml

+9-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@
1010
<version>1.0-SNAPSHOT</version>
1111

1212
<properties>
13-
<resteasy.version>3.0.19.Final</resteasy.version>
14-
<jersey.version>2.25.1</jersey.version>
15-
<java.version>1.8</java.version>
16-
<springboot.version>1.5.1.RELEASE</springboot.version>
17-
<vertx.version>3.2.1</vertx.version>
18-
<undertow.version>1.3.5.Final</undertow.version>
13+
<resteasy.version>3.5.0.Final</resteasy.version>
14+
<jersey.version>2.26</jersey.version>
15+
<springboot.version>2.0.0.RELEASE</springboot.version>
16+
<vertx.version>3.5.1</vertx.version>
17+
<undertow.version>2.0.1.Final</undertow.version>
1918
<netty.version>4.1.22.Final</netty.version>
20-
<jetty.version>9.2.14.v20151106</jetty.version>
21-
<dropwizard.version>1.0.6</dropwizard.version>
19+
<jetty.version>9.4.8.v20171121</jetty.version>
20+
<dropwizard.version>1.2.4</dropwizard.version>
21+
<async-http-servlet.version>3.0.19.Final</async-http-servlet.version>
2222

23+
<java.version>1.8</java.version>
2324
<maven.compiler.source>1.8</maven.compiler.source>
2425
<maven.compiler.target>1.8</maven.compiler.target>
2526
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

resteasy-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.jboss.resteasy</groupId>
2727
<artifactId>async-http-servlet-3.0</artifactId>
28-
<version>${resteasy.version}</version>
28+
<version>${async-http-servlet.version}</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.jboss.resteasy</groupId>

resteasy-netty4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.jboss.resteasy</groupId>
2828
<artifactId>async-http-servlet-3.0</artifactId>
29-
<version>${resteasy.version}</version>
29+
<version>${async-http-servlet.version}</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.jboss.resteasy</groupId>

resteasy-undertow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.jboss.resteasy</groupId>
2727
<artifactId>async-http-servlet-3.0</artifactId>
28-
<version>${resteasy.version}</version>
28+
<version>${async-http-servlet.version}</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>io.undertow</groupId>

0 commit comments

Comments
 (0)