From 7ddadf6b892553cc00d98c8598582c3494f18e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:05:47 +0000 Subject: [PATCH] Bump ktor_version from 2.0.1 to 2.2.2 Bumps `ktor_version` from 2.0.1 to 2.2.2. Updates `ktor-server-auth` from 2.0.1 to 2.2.2 - [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/2.0.1...2.2.2) Updates `ktor-server-sessions` from 2.0.1 to 2.2.2 - [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/2.0.1...2.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-sessions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 661cc4c..b62e381 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext.kotlin_version = '1.6.21' - ext.ktor_version = '2.0.1' + ext.ktor_version = '2.2.2' repositories { mavenCentral() maven {