From d056d6d57b356b0e95c72659a22c1ead5a6fb6b9 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:16:21 +0530 Subject: [PATCH] chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#381) * chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 * build: update all jitpack url --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh --- .github/dependabot.yml | 2 +- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c443b613..12ec704a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ registries: jitpack: type: maven-repository - url: "https://jitpack.io" + url: "https://www.jitpack.io" updates: - package-ecosystem: "bundler" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 18583803..7f2d9c35 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ detektCompose = "0.4.28" androidx-swiperefreshlayout = "1.2.0" androidx-documentfile = "1.1.0" #Fossify -commons = "6.0.0" +commons = "6.1.0" #Other autofittextview = "0.2.1" gestureviews = "2.9.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 94d40dbf..4567e61f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,7 +10,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - maven { setUrl("https://jitpack.io") } + maven { setUrl("https://www.jitpack.io") } mavenLocal() } }