Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                                 | from   | to          |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ----------- |
| gradle-version | gradle                                                                                                                  | 8.11.1 | 8.12        |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                                               | 1.7.1  | 1.8.0+check |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3 | 0.17.0      |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.9.0  | 1.10.1      |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.9.0  | 1.10.1      |
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent f5f9ea4 commit 78b733c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
animalSniffer = "1.7.2"
arrowGradleConfig = "0.12.0-rc.25"
coroutines = "1.9.0"
coroutines = "1.10.1"
classgraph = "4.8.179"
dokka = "2.0.0"
kotest = "6.0.0.M1"
kover = "0.9.0"
kotlin = "2.1.0"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinBinaryCompatibilityValidator = "0.17.0"
kotlinCompileTesting = "0.7.0"
knit = "0.5.0"
kspVersion = "2.1.0-1.0.29"
Expand All @@ -17,7 +17,7 @@ retrofit = "2.11.0"
moshi = "1.15.2"
spotlessVersion = "6.25.0"
compose = "1.7.6"
composePlugin = "1.7.1"
composePlugin = "1.8.0+check"
agp = "8.7.3"
android-compileSdk = "34"
cache4k = "0.13.0"
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit 78b733c

Please sign in to comment.