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:
parent
18a1f16bcf
commit
2e2fa94b5a
3 changed files with 3 additions and 3 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -11,7 +11,7 @@ registries:
|
|||
|
||||
jitpack:
|
||||
type: maven-repository
|
||||
url: "https://jitpack.io"
|
||||
url: "https://www.jitpack.io"
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "bundler"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ eventbus = "3.3.1"
|
|||
#Room
|
||||
room = "2.8.4"
|
||||
#Fossify
|
||||
commons = "6.0.0"
|
||||
commons = "6.1.0"
|
||||
mmslib = "1.0.0"
|
||||
indicator-fast-scroll = "4524cd0b61"
|
||||
#Gradle
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { setUrl("https://jitpack.io") }
|
||||
maven { setUrl("https://www.jitpack.io") }
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue