Skip to content

Commit

Permalink
Update Samples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent b946964 commit 5c9e5d0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions samples/ktor-all-platforms-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.10"

agp = "8.6.1"
agp = "8.7.0"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
Expand All @@ -12,12 +12,12 @@ androidx-core-ktx = "1.13.1"
androidx-espresso-core = "3.6.1"
androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
compose = "1.7.2"
compose-plugin = "1.6.11"
compose = "1.7.3"
compose-plugin = "1.7.0+build1877-release-1.7"
junit = "4.13.2"
ktor = "3.0.0-rc-1"
logback = "1.5.8"
serialization = "1.7.1"
ktor = "3.0.0"
logback = "1.5.10"
serialization = "1.7.3"
coroutines = "1.9.0"
kotlinx-rpc = "0.3.0"

Expand Down
10 changes: 5 additions & 5 deletions samples/ktor-android-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
agp = "8.6.1"
agp = "8.7.0"
kotlin = "2.0.10"
androidx-activityCompose = "1.9.2"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.13.1"
androidx-test-junit = "1.2.1"
compose = "1.7.2"
compose = "1.7.3"
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
compose-bom = "2024.09.02"
compose-bom = "2024.09.03"
material3 = "1.3.0"
junit = "4.13.2"
ktor = "3.0.0-rc-1"
ktor = "3.0.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-coroutines-core = "1.9.0"
logback = "1.5.8"
logback = "1.5.10"
kotlinx-rpc = "0.3.0"

[libraries]
Expand Down
6 changes: 3 additions & 3 deletions samples/ktor-web-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kotlin = "2.0.10"
kotlin-wrappers-bom = "1.0.0-pre.812"
ktor = "3.0.0-rc-1"
kotlin-wrappers-bom = "1.0.0-pre.818"
ktor = "3.0.0"
kotlinx-serialization-json = "1.7.3"
kotlinx-coroutines-core = "1.9.0"
logback = "1.5.8"
logback = "1.5.10"
kotlinx-rpc = "0.3.0"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions samples/simple-ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
plugins {
kotlin("jvm") version "2.0.10"
kotlin("plugin.serialization") version "2.0.10"
id("io.ktor.plugin") version "3.0.0-rc-1"
id("io.ktor.plugin") version "3.0.0"
id("org.jetbrains.kotlinx.rpc.plugin") version "0.3.0"
}

Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {

implementation("io.ktor:ktor-client-cio")
implementation("io.ktor:ktor-server-netty-jvm")
implementation("ch.qos.logback:logback-classic:1.5.8")
implementation("ch.qos.logback:logback-classic:1.5.10")

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

0 comments on commit 5c9e5d0

Please sign in to comment.