Skip to content

Commit db84504

Browse files
authored
chore(deps): Bump dependency versions (#1594)
* chore(deps): Bump dependency versions * chore: Upgrade Gradle wrapper to 8.14.3
1 parent 31937c9 commit db84504

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ compileSdk = "36"
33
targetSdk = "36"
44
appcompat = "1.7.1"
55
dokka-gradle-plugin = "2.0.0"
6-
gradle = "8.10.1"
6+
gradle = "8.13.0"
77
jacoco-android = "0.2.1"
88
lifecycle-extensions = "2.2.0"
9-
lifecycle-viewmodel-ktx = "2.9.2"
9+
lifecycle-viewmodel-ktx = "2.9.3"
1010
kotlin = "2.2.0"
1111
kotlinx-coroutines = "1.10.2"
1212
junit = "4.13.2"
13-
mockito-core = "5.18.0"
13+
mockito-core = "5.19.0"
1414
secrets-gradle-plugin = "2.0.1"
1515
truth = "1.4.4"
1616
play-services-maps = "19.2.0"
17-
core-ktx = "1.16.0"
18-
robolectric = "4.15.1"
17+
core-ktx = "1.17.0"
18+
robolectric = "4.16"
1919
kxml2 = "2.3.0"
2020
mockk = "1.14.5"
21-
lint = "31.12.0"
21+
lint = "31.13.0"
2222
org-jacoco-core = "0.8.13"
23-
material = "1.12.0"
23+
material = "1.13.0"
2424
gradleMavenPublishPlugin = "0.34.0"
2525

2626
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)