Upgrade to Californium-BUILD-SNAPSHOT
See gh-15878
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<quartz.version>2.3.0</quartz.version>
|
||||
<querydsl.version>4.2.1</querydsl.version>
|
||||
<rabbit-amqp-client.version>5.4.3</rabbit-amqp-client.version>
|
||||
<reactor-bom.version>Californium-SR4</reactor-bom.version>
|
||||
<reactor-bom.version>Californium-BUILD-SNAPSHOT</reactor-bom.version>
|
||||
<rest-assured.version>3.1.1</rest-assured.version>
|
||||
<reactive-streams.version>1.0.2</reactive-streams.version>
|
||||
<rxjava.version>1.3.8</rxjava.version>
|
||||
|
||||
@@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
|
||||
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
|
||||
new String[] { "TLSv1.2" },
|
||||
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
|
||||
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class);
|
||||
.isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
|
||||
SocketException.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user