Skip to content

Commit

Permalink
Bump io.ktor.plugin from 3.0.0 to 3.0.1 (#36)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 333fe0a commit 4523dd6
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 @@ -12,7 +12,7 @@ val kmongoVersion: String by project

plugins {
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"
}

Expand Down

0 comments on commit 4523dd6

Please sign in to comment.