Skip to content

Commit

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

---
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 Oct 31, 2024
1 parent 1f44261 commit 3135581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = appVersion
plugins {
application
kotlin("jvm") version "2.0.21"
id("io.ktor.plugin") version "3.0.0"
id("io.ktor.plugin") version "3.0.1"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
id("io.gitlab.arturbosch.detekt") version "1.23.7"
}
Expand Down

0 comments on commit 3135581

Please sign in to comment.