Skip to content

Commit 5fb30ae

Browse files
dependabot[bot]wmontwe
authored andcommitted
chore(deps): bump gradle-wrapper from 9.4.1 to 9.5.0
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.4.1 to 9.5.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.1...v9.5.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7512caa commit 5fb30ae

5 files changed

Lines changed: 92 additions & 99 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ detektPluginCompose = "0.4.27"
6767
fastAdapter = "5.7.0"
6868
forkhandlesBom = "2.25.4.0"
6969
glide = "4.16.0"
70-
gradle = "9.4.0"
71-
gradleSha256 = "b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2"
70+
gradle = "9.5.0"
71+
gradleSha256 = "a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439"
7272
icu4j = "78.3"
7373
javaDiffUtils = "4.16"
7474
jcipAnnotations = "1.0"
@@ -89,7 +89,9 @@ koinBom = "4.2.1"
8989
konsist = "0.17.3"
9090
kotlinBom = "2.3.10"
9191
# Needs to match the version used by Gradle, just check with `./gradlew --version`
92-
kotlinGradleBom = "2.2.21"
92+
# In case Gradle has a newer version of Kotlin, we need to update kotlinBom to the same version of newer to avoid
93+
# version conflicts with the Gradle Kotlin plugin.
94+
kotlinGradleBom = "2.3.20"
9395
kotlinKsp = "2.3.6"
9496
kotlinxCoroutines = "1.10.2"
9597
kotlinxCollectionsImmutable = "0.4.0"

gradle/wrapper/gradle-wrapper.jar

-504 Bytes
Binary file not shown.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=708d2c6ecc97ca9a11838ef64a6c2301151b8dd10387e22dc1a12c30557cab5b
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
3+
distributionSha256Sum=a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip
55
networkTimeout=10000
6+
retries=0
7+
retryBackOffMs=500
68
validateDistributionUrl=true
79
zipStoreBase=GRADLE_USER_HOME
810
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 82 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)