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

* 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:34 +05:30 committed by GitHub
parent 18a1f16bcf
commit 2e2fa94b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -17,7 +17,7 @@ eventbus = "3.3.1"
#Room #Room
room = "2.8.4" room = "2.8.4"
#Fossify #Fossify
commons = "6.0.0" commons = "6.1.0"
mmslib = "1.0.0" mmslib = "1.0.0"
indicator-fast-scroll = "4524cd0b61" indicator-fast-scroll = "4524cd0b61"
#Gradle #Gradle

View file

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