From 5da2f2c651a7c90fe61a33a458ab53dcfb6a1caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:17:18 +0000 Subject: [PATCH] Bump ktor_version from 2.0.1 to 2.1.0 Bumps `ktor_version` from 2.0.1 to 2.1.0. Updates `ktor-server-auth` from 2.0.1 to 2.1.0 - [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.0) Updates `ktor-server-sessions` from 2.0.1 to 2.1.0 - [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.0) --- 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..5bf77fd 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.0' repositories { mavenCentral() maven {