From 3e25966a30fbb5d68f228d285056f92194ec89c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 04:34:54 +0000 Subject: [PATCH] Bump com.mikepenz:aboutlibraries-core from 11.2.3 to 11.6.3 Bumps [com.mikepenz:aboutlibraries-core](https://github.com/mikepenz/AboutLibraries) from 11.2.3 to 11.6.3. - [Release notes](https://github.com/mikepenz/AboutLibraries/releases) - [Commits](https://github.com/mikepenz/AboutLibraries/compare/11.2.3...11.6.3) --- updated-dependencies: - dependency-name: com.mikepenz:aboutlibraries-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- simplesettings/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplesettings/build.gradle b/simplesettings/build.gradle index 3a0d4691..7e73c98d 100644 --- a/simplesettings/build.gradle +++ b/simplesettings/build.gradle @@ -51,7 +51,7 @@ dependencies { api 'androidx.preference:preference-ktx:1.2.1' // External dependencies - api 'com.mikepenz:aboutlibraries-core:11.2.3' + api 'com.mikepenz:aboutlibraries-core:11.6.3' api 'com.mikepenz:aboutlibraries:11.2.3' api 'com.mikepenz:fastadapter:5.7.0' api 'com.github.ibrahimsn98:live-preferences:1.9'