Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2458,12 +2458,7 @@ wrappy@1:
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==

[email protected]:
version "8.5.0"
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==

ws@^8.18.0:
[email protected], ws@^8.18.0:
version "8.18.0"
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
Expand Down
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
2 changes: 1 addition & 1 deletion versions-root/kotlin-versions-lookup.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2.1.0,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
2.1.0,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
2.0.21,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
2.0.20,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
2.0.10,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3
Expand Down
24 changes: 12 additions & 12 deletions versions-root/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ 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"
coroutines = "1.10.1"
ktor = "3.0.3"
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 = "2025.1.2"
junit4 = "4.13.2"
junit5 = "5.11.3"
junit5 = "5.11.4"
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"
serialization = "1.7.3"
atomicfu = "0.27.0"
serialization = "1.8.0"
detekt-gradle-plugin = "1.23.7"
gradle-kotlin-dsl = "5.1.2"
binary-compatibility-validator = "0.16.3"
kover = "0.8.3"
gradle-kotlin-dsl = "5.2.0"
binary-compatibility-validator = "0.17.0"
kover = "0.9.1"

[libraries]
# kotlinx.rpc – references to the included builds
Expand Down