Skip to content

Commit 099350a

Browse files
committed
Upgrade to Jetty 9.4.0.RC0 and POI 3.15
1 parent 9b87ea0 commit 099350a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configure(allprojects) { project ->
5959
ext.jaxbVersion = "2.2.11"
6060
ext.jaxwsVersion = "2.2.11"
6161
ext.jcaVersion = "1.7"
62-
ext.jettyVersion = "9.4.0.M1"
62+
ext.jettyVersion = "9.4.0.RC0"
6363
ext.jmsVersion = "2.0.1"
6464
ext.jodaVersion = "2.9.4"
6565
ext.jpaVersion = "2.1.1"
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
ext.nettyVersion = "4.1.5.Final"
7474
ext.okhttpVersion = "2.7.5"
7575
ext.okhttp3Version = "3.4.1"
76-
ext.poiVersion = "3.14"
76+
ext.poiVersion = "3.15"
7777
ext.protobufVersion = "3.0.2"
7878
ext.quartzVersion = "2.2.3"
7979
ext.reactivestreamsVersion = "1.0.0"

0 commit comments

Comments
 (0)