ARTEMIS-3123 Update netty version to 4.1.59.Final
This commit is contained in:
parent
491d50e42f
commit
d4f1552019
4
pom.xml
4
pom.xml
|
@ -103,10 +103,10 @@
|
|||
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
|
||||
<mockito.version>3.3.3</mockito.version>
|
||||
<jctools.version>2.1.2</jctools.version>
|
||||
<netty.version>4.1.51.Final</netty.version>
|
||||
<netty.version>4.1.59.Final</netty.version>
|
||||
|
||||
<!-- this is basically for tests -->
|
||||
<netty-tcnative-version>2.0.33.Final</netty-tcnative-version>
|
||||
<netty-tcnative-version>2.0.36.Final</netty-tcnative-version>
|
||||
<proton.version>0.33.8</proton.version>
|
||||
<resteasy.version>3.15.0.Final</resteasy.version>
|
||||
<slf4j.version>1.7.21</slf4j.version>
|
||||
|
|
|
@ -231,7 +231,7 @@ public class CoreClientOverTwoWayOpenSSLTest extends ActiveMQTestBase {
|
|||
try {
|
||||
ClientSessionFactory sf = createSessionFactory(locator);
|
||||
fail("Creating a session here should fail due to a certificate with a CN that doesn't match the host name.");
|
||||
} catch (ActiveMQNotConnectedException se) {
|
||||
} catch (ActiveMQException ignore) {
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue