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 Jan 30, 2025
1 parent 93f071c commit 2b1f5ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle-conventions-settings/develocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ configurations.configureEach {

dependencies {
implementation("com.gradle:develocity-gradle-plugin:3.17")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
}
8 changes: 4 additions & 4 deletions versions-root/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
# kotlin independent versions
detekt-analyzer = "1.23.6"
coroutines = "1.10.1"
ktor = "3.0.3"
ktor = "3.1.0-eap-1220"
kotlin-logging = "7.0.3"
slf4j = "2.0.16"
logback = "1.3.14"
gradle-plugin-publish = "1.3.0"
kotlin-wrappers = "2025.1.2"
gradle-plugin-publish = "1.3.1"
kotlin-wrappers = "2025.1.11"
junit4 = "4.13.2"
junit5 = "5.11.4"
intellij = "233.13135.128"
gradle-doctor = "0.10.0"
kotlinx-browser = "0.3"
shadow-jar = "9.0.0-beta4"
shadow-jar = "9.0.0-beta6"

# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
# but also for dependencies for compiler-specific modules.
Expand Down

0 comments on commit 2b1f5ed

Please sign in to comment.