From 766691e2bf85b192650340ce0a68b8fa74f92f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 21:17:39 +0000 Subject: [PATCH] Bump ktor_version from 2.0.1 to 2.1.3 Bumps `ktor_version` from 2.0.1 to 2.1.3. Updates `ktor-server-auth` from 2.0.1 to 2.1.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/2.0.1...2.1.3) Updates `ktor-server-sessions` from 2.0.1 to 2.1.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/2.0.1...2.1.3) --- 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..94635da 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.1.3' repositories { mavenCentral() maven {