Skip to content

Commit 3ddc370

Browse files
Update Samples dependencies
1 parent cd4375c commit 3ddc370

File tree

4 files changed

+9
-9
lines changed

4 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
@@ -5,7 +5,7 @@
55
plugins {
66
kotlin("jvm") version "2.1.10"
77
kotlin("plugin.serialization") version "2.1.10"
8-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.7.0"
8+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.8.0"
99
id("com.google.protobuf") version "0.9.5"
1010
}
1111

@@ -22,7 +22,7 @@ kotlin {
2222
}
2323

2424
dependencies {
25-
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.7.0-grpc-56")
25+
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0")
2626
implementation("ch.qos.logback:logback-classic:1.5.18")
2727
implementation("io.grpc:grpc-netty:1.73.0")
2828
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.2.0"
33

4-
agp = "8.11.0-alpha07"
4+
agp = "8.11.0"
55
android-compileSdk = "36"
66
android-minSdk = "24"
77
android-targetSdk = "36"
@@ -15,9 +15,9 @@ androidx-test-junit = "1.2.1"
1515
compose = "1.8.3"
1616
compose-plugin = "1.8.2"
1717
junit = "4.13.2"
18-
ktor = "3.1.3"
18+
ktor = "3.2.0"
1919
logback = "1.5.18"
20-
serialization = "1.8.1"
20+
serialization = "1.9.0"
2121
coroutines = "1.10.2"
2222
kotlinx-rpc = "0.8.0"
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.11.0-alpha07"
2+
agp = "8.11.0"
33
kotlin = "2.2.0"
44
androidx-activityCompose = "1.10.1"
55
androidx-appcompat = "1.7.1"
@@ -12,7 +12,7 @@ compose-bom = "2025.06.01"
1212
material3 = "1.3.2"
1313
junit = "4.13.2"
1414
ktor = "3.2.0"
15-
kotlinx-serialization-json = "1.8.1"
15+
kotlinx-serialization-json = "1.9.0"
1616
kotlinx-coroutines-core = "1.10.2"
1717
logback = "1.5.18"
1818
kotlinx-rpc = "0.8.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
kotlin = "2.2.0"
3-
kotlin-wrappers-bom = "2025.6.11"
3+
kotlin-wrappers-bom = "2025.6.15"
44
ktor = "3.2.0"
5-
kotlinx-serialization-json = "1.8.1"
5+
kotlinx-serialization-json = "1.9.0"
66
kotlinx-coroutines-core = "1.10.2"
77
logback = "1.5.18"
88
kotlinx-rpc = "0.8.0"

0 commit comments

Comments
 (0)