From f3399dcddcd8598afc481e6002dd872cdce7b906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 06:41:36 +0000 Subject: [PATCH] Bump com.mikepenz:aboutlibraries from 7.1.0 to 14.1.0 Bumps [com.mikepenz:aboutlibraries](https://github.com/mikepenz/AboutLibraries) from 7.1.0 to 14.1.0. - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](https://github.com/mikepenz/AboutLibraries/compare/v7.1.0...14.1.0) --- updated-dependencies: - dependency-name: com.mikepenz:aboutlibraries dependency-version: 14.1.0 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 67bfad76d..61a10f89d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'org.conscrypt:conscrypt-android:2.5.3' implementation 'com.facebook.stetho:stetho:1.6.0' implementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' - implementation 'com.mikepenz:aboutlibraries:7.1.0' + implementation 'com.mikepenz:aboutlibraries:14.1.0' implementation 'com.github.di72nn.wallabag-api-wrapper:api-wrapper:v2.0.0-beta.6' implementation 'org.slf4j:slf4j-android:1.7.36' }