Skip to content

Commit

Permalink
Bump ktor from 2.2.1 to 2.2.2 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 4, 2023
1 parent c18269a commit c5bd985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jib {
dependencies {
implementation(projects.shared)

val ktor = "2.2.1"
val ktor = "2.2.2"
implementation("io.ktor:ktor-server-cio:$ktor")
implementation("io.ktor:ktor-server-cors:$ktor")
implementation("io.ktor:ktor-server-auth-jwt:$ktor")
Expand Down
2 changes: 1 addition & 1 deletion clients/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {

sourceSets {
val sqlDelight = "2.0.0-alpha04"
val ktor = "2.2.1"
val ktor = "2.2.2"
commonMain {
dependencies {
api(projects.shared)
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
implementation(projects.composeClients)

val ktor = "2.2.1"
val ktor = "2.2.2"
implementation("io.ktor:ktor-client-cio:$ktor")
implementation("app.cash.sqldelight:sqlite-driver:2.0.0-alpha04")
implementation(compose.desktop.currentOs)
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlin {

api("app.softwork:kotlinx-uuid-core:0.0.17")

val ktor = "2.2.1"
val ktor = "2.2.2"
api("io.ktor:ktor-client-core:$ktor")
api("io.ktor:ktor-resources:$ktor")
api("io.ktor:ktor-client-resources:$ktor")
Expand Down

0 comments on commit c5bd985

Please sign in to comment.