Skip to content

Commit

Permalink
Merge pull request #13 from LionZXY/dependabot/gradle/dependencies-8b…
Browse files Browse the repository at this point in the history
…246fc3c5

Bump the dependencies group across 1 directory with 4 updates
  • Loading branch information
LionZXY authored Oct 14, 2024
2 parents 694912f + 13f72c2 commit 281a241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.0.20"
android-gradle = "8.5.2" # https://developer.android.com/studio/releases/gradle-plugin
kotlin = "2.0.21"
android-gradle = "8.7.0" # https://developer.android.com/studio/releases/gradle-plugin
slf4j = "2.0.16"
timber = "5.0.1"
junit = "5.11.0"
junit = "5.11.2"
festassert = "2.0M10"
festandroid = "1.0.8"
robolectric = "4.13"
jreleaser = "1.13.1"
jreleaser = "1.14.0"

[libraries]
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 281a241

Please sign in to comment.