From 5da4a63e8d5e47620aa3b9ae448ce9e7917af80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:57:58 +0530 Subject: [PATCH] chore(deps): bump org.fossify:commons from 4.3.0 to 4.4.2 (#243) Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 4.3.0 to 4.4.2. - [Commits](https://github.com/FossifyOrg/commons/compare/4.3.0...4.4.2) --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec3342f0..bf869a92 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ detektCompose = "0.4.27" androidx-swiperefreshlayout = "1.1.0" androidx-documentfile = "1.1.0" #Fossify -commons = "4.3.0" +commons = "4.4.2" #Other autofittextview = "0.2.1" gestureviews = "2.8.3"