From d46d726118cd86a1f7f9ee231ad9f0a16322b4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 22:12:46 +0000 Subject: [PATCH] Bump conscrypt-android from 2.5.1 to 2.5.2 Bumps [conscrypt-android](https://github.com/google/conscrypt) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/google/conscrypt/releases) - [Commits](https://github.com/google/conscrypt/compare/2.5.1...2.5.2) Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 945c1978e..3d34e10bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -185,7 +185,7 @@ dependencies { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) ktlint "com.pinterest:ktlint:0.41.0" - implementation 'org.conscrypt:conscrypt-android:2.5.1' + implementation 'org.conscrypt:conscrypt-android:2.5.2' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' @@ -219,7 +219,7 @@ dependencies { compileOnly 'javax.annotation:javax.annotation-api:1.3.2' // Android only implementation 'org.greenrobot:eventbus:3.2.0' - implementation 'io.requery:requery:1.5.1' + implementation 'io.requery:requery:1.6.1' implementation 'io.requery:requery-android:1.6.1' implementation 'net.zetetic:android-database-sqlcipher:3.5.9' kapt 'io.requery:requery-processor:1.6.1'