From 3e0cbafcc00005450c47007c4f0d38a994413f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:08:23 +0000 Subject: [PATCH] Bump ktorVersion from 2.3.4 to 2.3.5 Bumps `ktorVersion` from 2.3.4 to 2.3.5. Updates `io.ktor:ktor-server-core` 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-content-negotiation` 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-status-pages` 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-cors` 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-auth` 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-auth-jwt` 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-serialization-jackson` 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-client-content-negotiation` 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-client-apache` 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-server-core 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-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-status-pages dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cors dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-apache 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4210508d..a4990edc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val caffeineVersion = "3.1.8" val coroutinesVersion = "1.7.3" val jacksonVersion = "2.15.2" val kluentVersion = "1.73" -val ktorVersion = "2.3.4" +val ktorVersion = "2.3.5" val logbackVersion = "1.4.11" val logstashEncoderVersion = "7.4" val prometheusVersion = "0.16.0"