Skip to content

Commit

Permalink
build(deps): bump io.ktor.plugin from 2.3.10 to 2.3.11
Browse files Browse the repository at this point in the history
Bumps io.ktor.plugin from 2.3.10 to 2.3.11.

---
updated-dependencies:
- dependency-name: io.ktor.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent b76ea01 commit bcbb7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api-model-ql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
application
alias(libs.plugins.kotlin.jvm)
alias(libs.plugins.openapi.generator)
id("io.ktor.plugin") version "2.3.10"
id("io.ktor.plugin") version "2.3.11"
}

val openApiFile = layout.projectDirectory.file("../openapi/openapi.yaml")
Expand Down

0 comments on commit bcbb7bf

Please sign in to comment.