From 97b1b3eefd522470f3027213f661eae8e13c0236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:57:48 +0000 Subject: [PATCH] chore(deps): bump io.ktor.plugin from 2.2.2 to 2.3.8 Bumps io.ktor.plugin from 2.2.2 to 2.3.8. --- updated-dependencies: - dependency-name: io.ktor.plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 666094b..b3631e9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { kotlin("plugin.spring") version "1.9.22" apply false kotlin("plugin.jpa") version "1.7.22" apply false kotlin("plugin.serialization") version "1.9.22" apply false - id("io.ktor.plugin") version "2.2.2" apply false + id("io.ktor.plugin") version "2.3.8" apply false } allprojects {