Skip to content

Commit

Permalink
Update ktor monorepo to v2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 9359a02 commit eaa4d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencyUpdates = "0.51.0"

kotlinShell = "0.2.1"

ktor = "2.3.4"
ktor = "2.3.13"

[libraries]
kotlin-script-runtime = { module = "org.jetbrains.kotlin:kotlin-script-runtime", version.ref = "kotlin"}
Expand Down
10 changes: 5 additions & 5 deletions src/main/kotlin/github-action-orchestrator.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
@file:DependsOn("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
@file:DependsOn("eu.jrie.jetbrains:kotlin-shell-core:0.2.1")
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.3.4")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.4")
@file:DependsOn("io.ktor:ktor-client-logging-jvm:2.3.4")
@file:DependsOn("io.ktor:ktor-client-content-negotiation-jvm:2.3.4")
@file:DependsOn("io.ktor:ktor-serialization-gson-jvm:2.3.4")
@file:DependsOn("io.ktor:ktor-client-core-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-client-logging-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-client-content-negotiation-jvm:2.3.13")
@file:DependsOn("io.ktor:ktor-serialization-gson-jvm:2.3.13")
@file:OptIn(ExperimentalCoroutinesApi::class)

import com.google.gson.*
Expand Down

0 comments on commit eaa4d2d

Please sign in to comment.