From 9029bf79283e7f4bc89acb733de82d86a5e92e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:52:51 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-core from 1.6.8 to 2.3.3 Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.3. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.6.8...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-major ... 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 aa67956..6b21372 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { extra["ktor_version"] = "1.6.8" } -val ktorVersion = "1.6.8" +val ktorVersion = "2.3.3" val exKtorVersion = project.findProperty("version").let { if (it is String && it != "unspecified") {