Skip to content

Commit

Permalink
Update Core dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 42c8b04 commit 2b45e4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
id("conventions-repositories")
id("conventions-version-resolution")
id("conventions-develocity")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

dependencyResolutionManagement {
Expand Down
12 changes: 6 additions & 6 deletions versions-root/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
# kotlin independent versions
detekt-analyzer = "1.23.6"
coroutines = "1.9.0"
ktor = "3.0.1"
kotlin-logging = "7.0.0"
ktor = "3.0.2"
kotlin-logging = "7.0.3"
slf4j = "2.0.16"
logback = "1.3.14"
gradle-plugin-publish = "1.3.0"
kotlin-wrappers = "1.0.0-pre.823"
kotlin-wrappers = "1.0.0-pre.846"
junit4 = "4.13.2"
junit5 = "5.11.3"
intellij = "233.13135.128"
gradle-doctor = "0.10.0"
kotlinx-browser = "0.2"
shadow-jar = "9.0.0-beta2"
kotlinx-browser = "0.3"
shadow-jar = "9.0.0-beta4"

# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
# but also for dependencies for compiler-specific modules.
#
# The current version is the one that is used with the latest Kotlin.
#
# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
atomicfu = "0.26.0"
atomicfu = "0.26.1"
serialization = "1.7.3"
detekt-gradle-plugin = "1.23.7"
gradle-kotlin-dsl = "5.1.2"
Expand Down

0 comments on commit 2b45e4c

Please sign in to comment.