Skip to content

Commit 7762f1d

Browse files
Update Samples dependencies
1 parent ff67927 commit 7762f1d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

samples/grpc-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
kotlin("jvm") version "2.2.0"
7-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0-grpc-127"
7+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.0"
88
}
99

1010
group = "kotlinx.rpc.sample"
@@ -21,7 +21,7 @@ kotlin {
2121

2222
dependencies {
2323
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-127")
24-
implementation("ch.qos.logback:logback-classic:1.5.18")
24+
implementation("ch.qos.logback:logback-classic:1.5.19")
2525
implementation("io.grpc:grpc-netty:1.75.0")
2626
implementation("io.grpc:grpc-kotlin-stub:1.5.0")
2727
}

samples/ktor-all-platforms-app/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ androidx-core-ktx = "1.17.0"
1212
androidx-espresso-core = "3.7.0"
1313
androidx-material = "1.13.0"
1414
androidx-test-junit = "1.3.0"
15-
compose = "1.9.1"
15+
compose = "1.9.2"
1616
compose-plugin = "1.9.0"
1717
junit = "4.13.2"
1818
ktor = "3.3.0"
19-
logback = "1.5.18"
19+
logback = "1.5.19"
2020
serialization = "1.9.0"
2121
coroutines = "1.10.2"
2222
kotlinx-rpc = "0.10.0"

samples/ktor-android-app/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ androidx-appcompat = "1.7.1"
66
androidx-constraintlayout = "2.2.1"
77
androidx-core-ktx = "1.17.0"
88
androidx-test-junit = "1.3.0"
9-
compose = "1.9.1"
9+
compose = "1.9.2"
1010
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11-
compose-bom = "2025.09.00"
12-
material3 = "1.3.2"
11+
compose-bom = "2025.09.01"
12+
material3 = "1.4.0"
1313
junit = "4.13.2"
1414
ktor = "3.3.0"
1515
kotlinx-serialization-json = "1.9.0"
1616
kotlinx-coroutines-core = "1.10.2"
17-
logback = "1.5.18"
17+
logback = "1.5.19"
1818
kotlinx-rpc = "0.10.0"
1919

2020
[libraries]

samples/ktor-web-app/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
kotlin = "2.2.0"
3-
kotlin-wrappers-bom = "2025.9.8"
3+
kotlin-wrappers-bom = "2025.10.3"
44
ktor = "3.3.0"
55
kotlinx-serialization-json = "1.9.0"
66
kotlinx-coroutines-core = "1.10.2"
7-
logback = "1.5.18"
7+
logback = "1.5.19"
88
kotlinx-rpc = "0.10.0"
99

1010
[libraries]

samples/simple-ktor-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737

3838
implementation("io.ktor:ktor-client-cio")
3939
implementation("io.ktor:ktor-server-netty-jvm")
40-
implementation("ch.qos.logback:logback-classic:1.5.18")
40+
implementation("ch.qos.logback:logback-classic:1.5.19")
4141

4242
testImplementation("io.ktor:ktor-server-test-host")
4343
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.2.0")

0 commit comments

Comments
 (0)