Skip to content

Commit 0eed9e7

Browse files
Update Samples dependencies
1 parent 6df0c11 commit 0eed9e7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.1"
88
}
99

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

2222
dependencies {
23-
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-127")
23+
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.1-grpc-155")
2424
implementation("ch.qos.logback:logback-classic:1.5.20")
2525
implementation("io.grpc:grpc-netty:1.76.0")
2626
implementation("io.grpc:grpc-kotlin-stub:1.5.0")

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ androidx-espresso-core = "3.7.0"
1313
androidx-material = "1.13.0"
1414
androidx-test-junit = "1.3.0"
1515
compose = "1.9.4"
16-
compose-plugin = "1.9.1"
16+
compose-plugin = "1.9.3"
1717
junit = "4.13.2"
18-
ktor = "3.3.1"
18+
ktor = "3.3.2"
1919
logback = "1.5.20"
2020
serialization = "1.9.0"
2121
coroutines = "1.10.2"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ androidx-core-ktx = "1.17.0"
88
androidx-test-junit = "1.3.0"
99
compose = "1.9.4"
1010
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11-
compose-bom = "2025.10.01"
11+
compose-bom = "2025.11.00"
1212
material3 = "1.4.0"
1313
junit = "4.13.2"
14-
ktor = "3.3.1"
14+
ktor = "3.3.2"
1515
kotlinx-serialization-json = "1.9.0"
1616
kotlinx-coroutines-core = "1.10.2"
1717
logback = "1.5.20"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.21"
3-
kotlin-wrappers-bom = "2025.10.12"
4-
ktor = "3.3.1"
3+
kotlin-wrappers-bom = "2025.11.3"
4+
ktor = "3.3.2"
55
kotlinx-serialization-json = "1.9.0"
66
kotlinx-coroutines-core = "1.10.2"
77
logback = "1.5.20"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
plugins {
66
kotlin("jvm") version "2.2.21"
77
kotlin("plugin.serialization") version "2.2.21"
8-
id("io.ktor.plugin") version "3.3.1"
8+
id("io.ktor.plugin") version "3.3.2"
99
id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.1"
1010
}
1111

0 commit comments

Comments
 (0)