@@ -63,7 +63,7 @@ configure(allprojects) { project ->
63
63
ext. jaxbVersion = " 2.2.11"
64
64
ext. jaxwsVersion = " 2.2.11"
65
65
ext. jcaVersion = " 1.7"
66
- ext. jettyVersion = " 9.4.4.v20170414 "
66
+ ext. jettyVersion = " 9.4.5.v20170502 "
67
67
ext. jmsVersion = " 2.0.1"
68
68
ext. jodaVersion = " 2.9.9"
69
69
ext. jpaVersion = " 2.1.1"
@@ -79,8 +79,8 @@ configure(allprojects) { project ->
79
79
ext. niomultipartVersion = " 1.0.2"
80
80
ext. okhttp3Version = " 3.7.0"
81
81
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 "
84
84
ext. reactorVersion = " Bismuth-M1"
85
85
ext. romeVersion = " 1.7.2"
86
86
ext. rxjavaVersion = ' 1.2.10'
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
94
94
ext. tiles3Version = " 3.0.7"
95
95
ext. tomcatVersion = " 8.5.14"
96
96
ext. tyrusVersion = " 1.13.1"
97
- ext. undertowVersion = " 1.4.13 .Final"
97
+ ext. undertowVersion = " 1.4.14 .Final"
98
98
ext. websocketVersion = " 1.1"
99
99
ext. woodstoxVersion = " 5.0.3"
100
100
ext. xmlunitVersion = " 2.3.0"
@@ -177,7 +177,6 @@ configure(allprojects) { project ->
177
177
repositories {
178
178
maven { url " https://repo.spring.io/libs-release" }
179
179
maven { url " https://repo.spring.io/milestone" }
180
- maven { url " https://repo.spring.io/libs-snapshot" }
181
180
}
182
181
183
182
dependencies {
@@ -1006,7 +1005,9 @@ project("spring-websocket") {
1006
1005
}
1007
1006
1008
1007
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
1010
1011
test. jvmArgs([" --add-exports" , " java.base/sun.nio.ch=ALL-UNNAMED" ])
1011
1012
}
1012
1013
}
0 commit comments