From debee4701679266653fb2428b607981e34738de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:55:35 +0000 Subject: [PATCH] build(deps): Bump ktorVersion from 2.3.4 to 2.3.5 in /api-editor Bumps `ktorVersion` from 2.3.4 to 2.3.5. Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.5) Updates `io.ktor:ktor-server` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.5) Updates `io.ktor:ktor-server-netty` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.5) Updates `io.ktor:ktor-server-test-host` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-editor/backend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-editor/backend/build.gradle.kts b/api-editor/backend/build.gradle.kts index a9d4675d6..4e35c01f7 100644 --- a/api-editor/backend/build.gradle.kts +++ b/api-editor/backend/build.gradle.kts @@ -34,7 +34,7 @@ tasks.withType { // Dependencies -------------------------------------------------------------------------------------------------------- -val ktorVersion = "2.3.4" +val ktorVersion = "2.3.5" dependencies { implementation("ch.qos.logback:logback-classic:1.4.8")