From 4feecadc0ab4e682397eb482a8ade1707048009e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 05:48:24 +0100 Subject: [PATCH] Bump the dependencies group with 8 updates (#248) Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` | Updates `io.ktor:ktor-server-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-server-netty` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-serialization-jackson` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-client-core` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-client-apache` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-server-content-negotiation` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `io.ktor:ktor-server-test-host` from 2.3.6 to 2.3.7 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-serialization-jackson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-client-apache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8fb0d975..c5136074 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ version = "1.0.0" val coroutinesVersion = "1.7.3" val kafkaVersion = "3.6.1" val kluentVersion = "1.73" -val ktorVersion = "2.3.6" +val ktorVersion = "2.3.7" val logbackVersion = "1.4.14" val logstashLogbackEncoderVersion = "7.4" val prometheusVersion = "0.16.0"