From 467021f8c178f3ff8c1f7dbf1c0b699c61bee85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:07:39 +0530 Subject: [PATCH] chore(deps): bump org.fossify:commons from 3.0.3 to 3.0.5 (#212) Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.0.3 to 3.0.5. - [Commits](https://github.com/FossifyOrg/commons/compare/3.0.3...3.0.5) --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 3.0.5 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 718ebe66..fb77f3c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ detekt = "1.23.8" androidx-swiperefreshlayout = "1.1.0" androidx-documentfile = "1.1.0" #Fossify -commons = "3.0.3" +commons = "3.0.5" #Other autofittextview = "0.2.1" gestureviews = "2.8.3"