Skip to content

Commit

Permalink
Update ktor monorepo to v2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 60ed07a commit 52c3d97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kotest-extensions-ktor-openapi-model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
api("io.ktor:ktor-server-core:2.2.4")
api("io.ktor:ktor-server-core:2.3.12")
}

tasks.withType<KotlinCompile> {
Expand Down
12 changes: 6 additions & 6 deletions kotest-extensions-ktor-openapi-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ repositories {

dependencies {
api(projects.kotestExtensionsKtorOpenapiModel)
implementation("io.ktor:ktor-server-core:2.2.4")
implementation("io.ktor:ktor-server-auth:2.2.4")
implementation("io.ktor:ktor-server-core:2.3.12")
implementation("io.ktor:ktor-server-auth:2.3.12")
implementation("io.swagger.parser.v3:swagger-parser:2.1.22")
implementation("io.kotest:kotest-framework-api:5.5.5")
implementation("io.kotest:kotest-framework-engine:5.5.5")
testImplementation("io.ktor:ktor-client-apache:2.2.4")
testImplementation("io.ktor:ktor-client-apache:2.3.12")
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
testImplementation("io.ktor:ktor-serialization-jackson:2.2.4")
testImplementation("io.ktor:ktor-server-content-negotiation:2.2.4")
testImplementation("io.ktor:ktor-server-test-host:2.3.12")
testImplementation("io.ktor:ktor-serialization-jackson:2.3.12")
testImplementation("io.ktor:ktor-server-content-negotiation:2.3.12")
}

tasks.test {
Expand Down

0 comments on commit 52c3d97

Please sign in to comment.