Skip to content

Commit 9ddd8b5

Browse files
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 <snaveen935@gmail.com>
1 parent ce086e7 commit 9ddd8b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ registries:
1111

1212
jitpack:
1313
type: maven-repository
14-
url: "https://jitpack.io"
14+
url: "https://www.jitpack.io"
1515

1616
updates:
1717
- package-ecosystem: "bundler"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ numberpicker = "2.4.13"
2222
#Room
2323
room = "2.8.4"
2424
#Fossify
25-
commons = "6.0.0"
25+
commons = "6.1.0"
2626
#Gradle
2727
gradlePlugins-agp = "8.11.1"
2828
#build

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
mavenCentral()
1212
google()
13-
maven { setUrl("https://jitpack.io") }
13+
maven { setUrl("https://www.jitpack.io") }
1414
mavenLocal()
1515
}
1616
}

0 commit comments

Comments
 (0)