Skip to content

Commit

Permalink
Update all dependencies (#3112)
Browse files Browse the repository at this point in the history
| datasource     | package                                                                                                         | from         | to           |
| -------------- | --------------------------------------------------------------------------------------------------------------- | ------------ | ------------ |
| gradle-version | gradle                                                                                                          | 8.2.1        | 8.3          |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-json                                                                | 1.5.1        | 1.6.0        |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-core                                                                | 1.5.1        | 1.6.0        |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                                   | 1.9.0-1.0.12 | 1.9.0-1.0.13 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                   | 1.9.0-1.0.12 | 1.9.0-1.0.13 |
| maven          | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.6.0        | 0.7.0        |
| maven          | io.github.classgraph:classgraph                                                                                 | 4.8.161      | 4.8.162      |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 13d4c3f commit 7cbef61
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.5"
assertj = "3.24.2"
coroutines = "1.7.3"
classgraph = "4.8.161"
classgraph = "4.8.162"
dokka = "1.8.20"
jUnit = "4.13.2"
jUnitJupiter = "5.10.0"
Expand All @@ -15,8 +15,8 @@ kotlin = "1.9.0"
kotlinBinaryCompatibilityValidator = "0.13.2"
kotlinCompileTesting = "1.5.0"
knit = "0.4.0"
kspVersion = "1.9.0-1.0.12"
kotlinxSerialization = "1.5.1"
kspVersion = "1.9.0-1.0.13"
kotlinxSerialization = "1.6.0"
mockWebServer = "4.11.0"
retrofit = "2.9.0"
retrofitKotlinxSerialization = "1.0.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version "3.14.1"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.6.0")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 7cbef61

Please sign in to comment.