Skip to content

Commit 4e04665

Browse files
Update Samples dependencies
1 parent 87b4e40 commit 4e04665

15 files changed

Lines changed: 45 additions & 49 deletions

File tree

samples/grpc-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
implementation("org.jetbrains.kotlinx:kotlinx-rpc-protobuf-core:0.11.0-grpc-185")
2424
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-client:0.11.0-grpc-185")
2525
implementation("org.jetbrains.kotlinx:kotlinx-rpc-grpc-server:0.11.0-grpc-185")
26-
implementation("ch.qos.logback:logback-classic:1.5.20")
27-
implementation("io.grpc:grpc-netty:1.79.0")
26+
implementation("ch.qos.logback:logback-classic:1.5.32")
27+
implementation("io.grpc:grpc-netty:1.80.0")
2828
}
2929

3030
rpc {

samples/grpc-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/grpc-kmp-app/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "9.1.0"
33
android-compileSdk = "36"
44
android-minSdk = "24"
55
androidx-activityCompose = "1.13.0"
6-
androidx-lifecycle = "2.9.6"
6+
androidx-lifecycle = "2.10.0"
77
compose = "1.10.5"
88
composeHotReload = "1.0.0"
99
composeMultiplatform = "1.10.2"
@@ -12,8 +12,8 @@ kotlinx-coroutines = "1.10.2"
1212
ktor = "3.4.1"
1313
logback = "1.5.32"
1414
kotlinx-rpc = "0.11.0-grpc-185"
15-
grpc = "1.79.0"
16-
kotlinx-datatime = "0.7.1"
15+
grpc = "1.80.0"
16+
kotlinx-datatime = "0.7.1-0.6.x-compat"
1717

1818
[libraries]
1919
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
5.08 KB
Binary file not shown.

samples/grpc-kmp-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/grpc-kmp-app/gradlew

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/grpc-kmp-app/gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

4-
agp = "8.13.0"
4+
agp = "8.13.2"
55
android-compileSdk = "36"
66
android-minSdk = "24"
77
android-targetSdk = "36"
8-
androidx-activityCompose = "1.11.0"
8+
androidx-activityCompose = "1.13.0"
99
androidx-appcompat = "1.7.1"
1010
androidx-constraintlayout = "2.2.1"
11-
androidx-core-ktx = "1.17.0"
11+
androidx-core-ktx = "1.18.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.4"
16-
compose-plugin = "1.9.1"
15+
compose = "1.10.5"
16+
compose-plugin = "1.10.2"
1717
junit = "4.13.2"
18-
ktor = "3.3.1"
19-
logback = "1.5.20"
20-
serialization = "1.9.0"
18+
ktor = "3.4.1"
19+
logback = "1.5.32"
20+
serialization = "1.10.0"
2121
coroutines = "1.10.2"
22-
kotlinx-rpc = "0.10.2"
22+
kotlinx-rpc = "0.11.0-grpc-185"
2323

2424
[libraries]
2525
# kotlin

samples/ktor-all-platforms-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
agp = "8.13.0"
2+
agp = "8.13.2"
33
kotlin = "2.3.0"
4-
androidx-activityCompose = "1.11.0"
4+
androidx-activityCompose = "1.13.0"
55
androidx-appcompat = "1.7.1"
66
androidx-constraintlayout = "2.2.1"
7-
androidx-core-ktx = "1.17.0"
7+
androidx-core-ktx = "1.18.0"
88
androidx-test-junit = "1.3.0"
9-
compose = "1.9.4"
9+
compose = "1.10.5"
1010
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11-
compose-bom = "2025.10.01"
11+
compose-bom = "2025.12.01"
1212
material3 = "1.4.0"
1313
junit = "4.13.2"
14-
ktor = "3.3.1"
15-
kotlinx-serialization-json = "1.9.0"
14+
ktor = "3.4.1"
15+
kotlinx-serialization-json = "1.10.0"
1616
kotlinx-coroutines-core = "1.10.2"
17-
logback = "1.5.20"
18-
kotlinx-rpc = "0.10.2"
17+
logback = "1.5.32"
18+
kotlinx-rpc = "0.11.0-grpc-185"
1919

2020
[libraries]
2121
# kotlin

0 commit comments

Comments
 (0)