Commit c24f0269 authored by Brian Clozel's avatar Brian Clozel

Upgrade to Californium-BUILD-SNAPSHOT

See gh-15878
parent 72c8e5d3
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<quartz.version>2.3.0</quartz.version> <quartz.version>2.3.0</quartz.version>
<querydsl.version>4.2.1</querydsl.version> <querydsl.version>4.2.1</querydsl.version>
<rabbit-amqp-client.version>5.4.3</rabbit-amqp-client.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> <rest-assured.version>3.1.1</rest-assured.version>
<reactive-streams.version>1.0.2</reactive-streams.version> <reactive-streams.version>1.0.2</reactive-streams.version>
<rxjava.version>1.3.8</rxjava.version> <rxjava.version>1.3.8</rxjava.version>
......
...@@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests ...@@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites( .isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
new String[] { "TLSv1.2" }, new String[] { "TLSv1.2" },
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" })) new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class); .isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
SocketException.class);
} }
@Test @Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment