From 0d7e83197e5ad434e18f1cb96cd6a26417c19f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:26:39 +0000 Subject: [PATCH] Bump org.conscrypt:conscrypt-android from 2.4.0 to 2.5.2 Bumps [org.conscrypt:conscrypt-android](https://github.com/google/conscrypt) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/google/conscrypt/releases) - [Commits](https://github.com/google/conscrypt/compare/2.4.0...2.5.2) --- updated-dependencies: - dependency-name: org.conscrypt:conscrypt-android dependency-type: direct:production update-type: version-update:semver-minor ... 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 053ab136b4..65db184c22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,7 +126,7 @@ dependencies { implementation 'android.arch.lifecycle:common-java8:1.1.1' //Robust TLS 1.2 ciphers on Android 9-19 - implementation "org.conscrypt:conscrypt-android:2.4.0" + implementation "org.conscrypt:conscrypt-android:2.5.2" implementation('com.squareup.okhttp3:okhttp-tls:3.12.12') { exclude(group: 'org.bouncycastle', module: 'bcprov-jdk15on') }