Skip to content

Commit

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

---
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] authored Dec 11, 2023
1 parent 96d4ad4 commit ac16a24
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.6"
id("io.ktor.plugin") version "2.3.7"
}

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

0 comments on commit ac16a24

Please sign in to comment.