chore(deps): bump org.fossify.commons from 6.0.0 to 6.1.0 (#389)

* 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 <snaveen935@gmail.com>
This commit is contained in:
fossifybot[bot]
2026-01-30 23:16:28 +05:30
committed by GitHub
parent a37d9ed422
commit e6d199bd0a
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ registries:
jitpack:
type: maven-repository
url: "https://jitpack.io"
url: "https://www.jitpack.io"
updates:
- package-ecosystem: "bundler"

View File

@@ -12,7 +12,7 @@ detektCompose = "0.4.28"
#Room
room = "2.8.4"
#Fossify
commons = "6.0.0"
commons = "6.1.0"
#Gradle
gradlePlugins-agp = "8.11.1"
#build

View File

@@ -10,7 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { setUrl("https://jitpack.io") }
maven { setUrl("https://www.jitpack.io") }
mavenLocal()
}
}