Skip to content

Commit

Permalink
Update dependency io.ktor:ktor-server-auth to v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 60ed07a commit b0af0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotest-extensions-ktor-openapi-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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-auth:2.3.10")
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")
Expand Down

0 comments on commit b0af0ef

Please sign in to comment.