From 1241437e9fe8d6005e05c5323c0f1dbdf0ac025f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:17:04 +0000 Subject: [PATCH] Bump ktor_version from 2.0.1 to 2.0.3 Bumps `ktor_version` from 2.0.1 to 2.0.3. Updates `ktor-server-auth` from 2.0.1 to 2.0.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.0.3) Updates `ktor-server-sessions` from 2.0.1 to 2.0.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.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-sessions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 82ea3d5..62d2bf2 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.0.3' repositories { mavenCentral() maven {