Skip to content

Commit d892030

Browse files
Mr3zeerenovate[bot]
andcommitted
Bump deps (#253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7594ee commit d892030

File tree

4 files changed

+15
-20
lines changed

4 files changed

+15
-20
lines changed

kotlin-js-store/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,12 +2458,7 @@ wrappy@1:
24582458
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
24592459
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
24602460

2461-
2462-
version "8.5.0"
2463-
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
2464-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
2465-
2466-
ws@^8.18.0:
2461+
[email protected], ws@^8.18.0:
24672462
version "8.18.0"
24682463
resolved "https://packages.jetbrains.team/npm/p/krpc/build-deps/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
24692464
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
id("conventions-repositories")
2828
id("conventions-version-resolution")
2929
id("conventions-develocity")
30-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
30+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
3131
}
3232

3333
dependencyResolutionManagement {

versions-root/kotlin-versions-lookup.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2-
2.1.0,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
2+
2.1.0,0.27.0,1.8.0,1.23.7,5.1.2,0.17.0,0.9.1
33
2.0.21,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
44
2.0.20,0.26.0,1.7.3,1.23.7,5.1.2,0.16.3,0.8.3
55
2.0.10,0.26.0,1.7.1,1.23.7,5.1.2,0.16.3,0.8.3

versions-root/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSIO
88

99
# kotlin independent versions
1010
detekt-analyzer = "1.23.6"
11-
coroutines = "1.9.0"
12-
ktor = "3.0.1"
13-
kotlin-logging = "7.0.0"
11+
coroutines = "1.10.1"
12+
ktor = "3.0.3"
13+
kotlin-logging = "7.0.3"
1414
slf4j = "2.0.16"
1515
logback = "1.3.14"
1616
gradle-plugin-publish = "1.3.0"
17-
kotlin-wrappers = "1.0.0-pre.823"
17+
kotlin-wrappers = "2025.1.2"
1818
junit4 = "4.13.2"
19-
junit5 = "5.11.3"
19+
junit5 = "5.11.4"
2020
intellij = "233.13135.128"
2121
gradle-doctor = "0.10.0"
22-
kotlinx-browser = "0.2"
23-
shadow-jar = "9.0.0-beta2"
22+
kotlinx-browser = "0.3"
23+
shadow-jar = "9.0.0-beta4"
2424

2525
# Stub versions – relpaced based on kotlin, mostly for gradle-related (plugins) dependencies
2626
# but also for dependencies for compiler-specific modules.
2727
#
2828
# The current version is the one that is used with the latest Kotlin.
2929
#
3030
# NOTE: When updating kotlin-versions-lookup.csv, update the latest version here for the Renovate configs
31-
atomicfu = "0.26.0"
32-
serialization = "1.7.3"
31+
atomicfu = "0.27.0"
32+
serialization = "1.8.0"
3333
detekt-gradle-plugin = "1.23.7"
34-
gradle-kotlin-dsl = "5.1.2"
35-
binary-compatibility-validator = "0.16.3"
36-
kover = "0.8.3"
34+
gradle-kotlin-dsl = "5.2.0"
35+
binary-compatibility-validator = "0.17.0"
36+
kover = "0.9.1"
3737

3838
[libraries]
3939
# kotlinx.rpc – references to the included builds

0 commit comments

Comments
 (0)