Skip to content

Commit de35ff1

Browse files
committed
Latest dependency updates (Quartz 2.3, Protobuf 3.3, Jetty 9.4.5, Undertow 1.4.14)
1 parent 3a5e064 commit de35ff1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configure(allprojects) { project ->
6363
ext.jaxbVersion = "2.2.11"
6464
ext.jaxwsVersion = "2.2.11"
6565
ext.jcaVersion = "1.7"
66-
ext.jettyVersion = "9.4.4.v20170414"
66+
ext.jettyVersion = "9.4.5.v20170502"
6767
ext.jmsVersion = "2.0.1"
6868
ext.jodaVersion = "2.9.9"
6969
ext.jpaVersion = "2.1.1"
@@ -79,8 +79,8 @@ configure(allprojects) { project ->
7979
ext.niomultipartVersion = "1.0.2"
8080
ext.okhttp3Version = "3.7.0"
8181
ext.poiVersion = "3.16"
82-
ext.protobufVersion = "3.2.0"
83-
ext.quartzVersion = "2.2.3"
82+
ext.protobufVersion = "3.3.0"
83+
ext.quartzVersion = "2.3.0"
8484
ext.reactorVersion = "Bismuth-M1"
8585
ext.romeVersion = "1.7.2"
8686
ext.rxjavaVersion = '1.2.10'
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
9494
ext.tiles3Version = "3.0.7"
9595
ext.tomcatVersion = "8.5.14"
9696
ext.tyrusVersion = "1.13.1"
97-
ext.undertowVersion = "1.4.13.Final"
97+
ext.undertowVersion = "1.4.14.Final"
9898
ext.websocketVersion = "1.1"
9999
ext.woodstoxVersion = "5.0.3"
100100
ext.xmlunitVersion = "2.3.0"
@@ -177,7 +177,6 @@ configure(allprojects) { project ->
177177
repositories {
178178
maven { url "https://repo.spring.io/libs-release" }
179179
maven { url "https://repo.spring.io/milestone" }
180-
maven { url "https://repo.spring.io/libs-snapshot" }
181180
}
182181

183182
dependencies {
@@ -1006,7 +1005,9 @@ project("spring-websocket") {
10061005
}
10071006

10081007
if (JavaVersion.current().java9Compatible) {
1009-
// Reactor2TcpClient's use of Netty requires access to sun.nio.ch.SelectorImpl
1008+
// JAXB requires java.util.logging
1009+
test.jvmArgs(["--add-modules", "java.logging"])
1010+
// ReactorNettyTcpClient's use of Netty requires access to sun.nio.ch.SelectorImpl
10101011
test.jvmArgs(["--add-exports", "java.base/sun.nio.ch=ALL-UNNAMED"])
10111012
}
10121013
}

0 commit comments

Comments
 (0)