From 55eff8a6ae030951a3c47e2747a1418e8bdcfadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:11:16 +0530 Subject: [PATCH] chore(deps): bump org.fossify:commons from 5.0.0 to 5.0.2 (#258) Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 5.0.0 to 5.0.2. - [Commits](https://github.com/FossifyOrg/commons/compare/5.0.0...5.0.2) --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c60c9d77..9da681bc 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 = "5.0.0" +commons = "5.0.2" #Other autofittextview = "0.2.1" gestureviews = "2.8.3"