From 234a46f31bef6914850e9025203aaf03e8fb9f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 06:59:36 +0000 Subject: [PATCH] Bump com.appmattus.certificatetransparency:certificatetransparency-android Bumps [com.appmattus.certificatetransparency:certificatetransparency-android](https://github.com/appmattus/certificatetransparency) from 1.1.1 to 2.5.0. - [Release notes](https://github.com/appmattus/certificatetransparency/releases) - [Commits](https://github.com/appmattus/certificatetransparency/compare/1.1.1...2.5.0) --- updated-dependencies: - dependency-name: com.appmattus.certificatetransparency:certificatetransparency-android dependency-type: direct:production update-type: version-update:semver-major ... 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 6da88e56..531fa9d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { implementation 'androidx.security:security-app-authenticator:1.0.0-alpha02' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'com.android.volley:volley:1.2.1' - implementation 'com.appmattus.certificatetransparency:certificatetransparency-android:1.1.1' + implementation 'com.appmattus.certificatetransparency:certificatetransparency-android:2.5.0' implementation 'com.datatheorem.android.trustkit:trustkit:1.1.5' implementation 'com.google.android.material:material:1.9.0-alpha01' implementation 'com.github.kimchangyoun:rootbeerFresh:0.0.10'