From df8bfd432d897022ed5ce5b7d6f11d2673c75129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 16:59:30 +0000 Subject: [PATCH] Bump conscrypt-android from 2.2.1 to 2.5.1 Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.2.1 to 2.5.1. - [Release notes](https://github.com/google/conscrypt/releases) - [Commits](https://github.com/google/conscrypt/compare/2.2.1...2.5.1) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a947d806e..11f4f6121 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -155,7 +155,7 @@ dependencies { implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) - implementation 'org.conscrypt:conscrypt-android:2.2.1' + implementation 'org.conscrypt:conscrypt-android:2.5.1' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'