Skip to content

Commit 4786104

Browse files
Update Samples dependencies
1 parent 42c8b04 commit 4786104

File tree

12 files changed

+31
-35
lines changed

12 files changed

+31
-35
lines changed

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

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

4-
agp = "8.7.2"
4+
agp = "8.8.0"
55
android-compileSdk = "35"
66
android-minSdk = "24"
77
android-targetSdk = "35"
8-
androidx-activityCompose = "1.9.3"
8+
androidx-activityCompose = "1.10.0"
99
androidx-appcompat = "1.7.0"
1010
androidx-constraintlayout = "2.2.0"
1111
androidx-core-ktx = "1.15.0"
1212
androidx-espresso-core = "3.6.1"
1313
androidx-material = "1.12.0"
1414
androidx-test-junit = "1.2.1"
15-
compose = "1.7.5"
16-
compose-plugin = "1.7.0"
15+
compose = "1.7.6"
16+
compose-plugin = "1.8.0+check"
1717
junit = "4.13.2"
18-
ktor = "3.0.1"
19-
logback = "1.5.12"
20-
serialization = "1.7.3"
21-
coroutines = "1.9.0"
18+
ktor = "3.0.3"
19+
logback = "1.5.16"
20+
serialization = "1.8.0"
21+
coroutines = "1.10.1"
2222
kotlinx-rpc = "0.4.0"
2323

2424
[libraries]

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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/ktor-all-platforms-app/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
agp = "8.7.2"
2+
agp = "8.8.0"
33
kotlin = "2.0.21"
4-
androidx-activityCompose = "1.9.3"
4+
androidx-activityCompose = "1.10.0"
55
androidx-appcompat = "1.7.0"
66
androidx-constraintlayout = "2.2.0"
77
androidx-core-ktx = "1.15.0"
88
androidx-test-junit = "1.2.1"
9-
compose = "1.7.5"
9+
compose = "1.7.6"
1010
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11-
compose-bom = "2024.10.01"
11+
compose-bom = "2024.12.01"
1212
material3 = "1.3.1"
1313
junit = "4.13.2"
14-
ktor = "3.0.1"
15-
kotlinx-serialization-json = "1.7.3"
16-
kotlinx-coroutines-core = "1.9.0"
17-
logback = "1.5.12"
14+
ktor = "3.0.3"
15+
kotlinx-serialization-json = "1.8.0"
16+
kotlinx-coroutines-core = "1.10.1"
17+
logback = "1.5.16"
1818
kotlinx-rpc = "0.4.0"
1919

2020
[libraries]

samples/ktor-android-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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/ktor-android-app/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
kotlin = "2.0.21"
3-
kotlin-wrappers-bom = "1.0.0-pre.823"
4-
ktor = "3.0.1"
5-
kotlinx-serialization-json = "1.7.3"
6-
kotlinx-coroutines-core = "1.9.0"
7-
logback = "1.5.12"
3+
kotlin-wrappers-bom = "1.0.0-pre.860"
4+
ktor = "3.0.3"
5+
kotlinx-serialization-json = "1.8.0"
6+
kotlinx-coroutines-core = "1.10.1"
7+
logback = "1.5.16"
88
kotlinx-rpc = "0.4.0"
99

1010
[libraries]

samples/ktor-web-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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/ktor-web-app/gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

samples/simple-ktor-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.0.21"
77
kotlin("plugin.serialization") version "2.0.21"
8-
id("io.ktor.plugin") version "3.0.1"
8+
id("io.ktor.plugin") version "3.0.3"
99
id("org.jetbrains.kotlinx.rpc.plugin") version "0.4.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.12")
40+
implementation("ch.qos.logback:logback-classic:1.5.16")
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)