Merge pull request #5433 from eclipse/dependabot/maven/jetty-9.4.x/org.conscrypt-conscrypt-openjdk-uber-2.5.1

Bump conscrypt-openjdk-uber from 2.4.0 to 2.5.1
This commit is contained in:
Joakim Erdfelt 2020-10-12 08:48:34 -05:00 committed by GitHub
commit e020fd50d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class ConscryptHTTP2ClientTest
Security.insertProviderAt(new OpenSSLProvider(), 1);
SslContextFactory sslContextFactory = new SslContextFactory.Client();
sslContextFactory.setProvider("Conscrypt");
Conscrypt.setDefaultHostnameVerifier((hostname, session) -> true);
Conscrypt.setDefaultHostnameVerifier((certs, hostname, session) -> true);
HTTP2Client client = new HTTP2Client();
try

View File

@ -27,7 +27,7 @@
<jsp.version>8.5.54</jsp.version>
<infinispan.version>9.4.8.Final</infinispan.version>
<alpn.agent.version>2.0.10</alpn.agent.version>
<conscrypt.version>2.4.0</conscrypt.version>
<conscrypt.version>2.5.1</conscrypt.version>
<asm.version>9.0</asm.version>
<jmh.version>1.21</jmh.version>
<jmhjar.name>benchmarks</jmhjar.name>