From fe5a9f3e32433109d0276dffc10ba8e3add19718 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Tue, 27 Oct 2020 00:10:39 +0530 Subject: [PATCH] Upgrade Conscrypt to 2.5.1 (#10732) Motivation: Conscrypt 2.5.1 is available and it's a good idea to upgrade to the latest version. Modification: Upgraded Conscrypt 2.4.0 to 2.5.1 Result: Newer Conscrypt version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 364d60ba7c..3966c9cb96 100644 --- a/pom.xml +++ b/pom.xml @@ -385,7 +385,7 @@ ${os.detected.classifier} org.conscrypt conscrypt-openjdk-uber - 2.4.0 + 2.5.1 ${os.detected.name}-${os.detected.arch} ${project.basedir}/../common/src/test/resources/logback-test.xml