Skip to content

Commit a6e90c7

Browse files
Update Samples dependencies
1 parent 4eb076c commit a6e90c7

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
kotlin = "2.0.10"
33

4-
agp = "8.6.1"
4+
agp = "8.7.1"
55
android-compileSdk = "34"
66
android-minSdk = "24"
77
android-targetSdk = "34"
8-
androidx-activityCompose = "1.9.2"
8+
androidx-activityCompose = "1.9.3"
99
androidx-appcompat = "1.7.0"
1010
androidx-constraintlayout = "2.1.4"
1111
androidx-core-ktx = "1.13.1"
1212
androidx-espresso-core = "3.6.1"
1313
androidx-material = "1.12.0"
1414
androidx-test-junit = "1.2.1"
15-
compose = "1.7.2"
16-
compose-plugin = "1.6.11"
15+
compose = "1.7.4"
16+
compose-plugin = "1.7.1+build1894-release-1.7.1"
1717
junit = "4.13.2"
18-
ktor = "3.0.0-rc-1"
19-
logback = "1.5.8"
20-
serialization = "1.7.1"
18+
ktor = "3.0.1"
19+
logback = "1.5.12"
20+
serialization = "1.7.3"
2121
coroutines = "1.9.0"
2222
kotlinx-rpc = "0.3.0"
2323

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
agp = "8.6.1"
2+
agp = "8.7.1"
33
kotlin = "2.0.10"
4-
androidx-activityCompose = "1.9.2"
4+
androidx-activityCompose = "1.9.3"
55
androidx-appcompat = "1.7.0"
66
androidx-constraintlayout = "2.1.4"
77
androidx-core-ktx = "1.13.1"
88
androidx-test-junit = "1.2.1"
9-
compose = "1.7.2"
9+
compose = "1.7.4"
1010
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11-
compose-bom = "2024.09.02"
11+
compose-bom = "2024.10.00"
1212
material3 = "1.3.0"
1313
junit = "4.13.2"
14-
ktor = "3.0.0-rc-1"
14+
ktor = "3.0.1"
1515
kotlinx-serialization-json = "1.7.3"
1616
kotlinx-coroutines-core = "1.9.0"
17-
logback = "1.5.8"
17+
logback = "1.5.12"
1818
kotlinx-rpc = "0.3.0"
1919

2020
[libraries]

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
kotlin = "2.0.10"
3-
kotlin-wrappers-bom = "1.0.0-pre.812"
4-
ktor = "3.0.0-rc-1"
3+
kotlin-wrappers-bom = "1.0.0-pre.822"
4+
ktor = "3.0.1"
55
kotlinx-serialization-json = "1.7.3"
66
kotlinx-coroutines-core = "1.9.0"
7-
logback = "1.5.8"
7+
logback = "1.5.12"
88
kotlinx-rpc = "0.3.0"
99

1010
[libraries]

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
plugins {
66
kotlin("jvm") version "2.0.10"
77
kotlin("plugin.serialization") version "2.0.10"
8-
id("io.ktor.plugin") version "3.0.0-rc-1"
8+
id("io.ktor.plugin") version "3.0.1"
99
id("org.jetbrains.kotlinx.rpc.plugin") version "0.3.0"
1010
}
1111

@@ -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.8")
40+
implementation("ch.qos.logback:logback-classic:1.5.12")
4141

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

0 commit comments

Comments
 (0)