Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
chore(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 9, 2023
1 parent aa57a44 commit b28fee4
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 @@ -13,7 +13,7 @@ val telegram_bot_version: String by project
plugins {
kotlin("jvm") version "1.9.21"
java
id("io.ktor.plugin") version "2.3.6"
id("io.ktor.plugin") version "2.3.7"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21"
id("org.jreleaser") version "1.9.0"
}
Expand Down

0 comments on commit b28fee4

Please sign in to comment.