From 81172a60b31ab5dc9a993f26b1a363015cf6f938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:52:58 +0000 Subject: [PATCH] Bump the kotlin group with 4 updates Bumps the kotlin group with 4 updates: [io.ktor:ktor-server-core](https://github.com/ktorio/ktor), [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor), [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) and [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor). Updates `io.ktor:ktor-server-core` from 3.0.0 to 3.0.1 - [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/3.0.0...3.0.1) Updates `io.ktor:ktor-server-cio` from 3.0.0 to 3.0.1 - [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/3.0.0...3.0.1) Updates `io.ktor:ktor-server-content-negotiation` from 3.0.0 to 3.0.1 - [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/3.0.0...3.0.1) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.0 to 3.0.1 - [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/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: io.ktor:ktor-server-cio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: io.ktor:ktor-server-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- whiskers-ktor-no-db/build.gradle.kts | 2 +- whiskers-ktor/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/whiskers-ktor-no-db/build.gradle.kts b/whiskers-ktor-no-db/build.gradle.kts index c0d508e..560f39f 100644 --- a/whiskers-ktor-no-db/build.gradle.kts +++ b/whiskers-ktor-no-db/build.gradle.kts @@ -29,7 +29,7 @@ kotlin { } } } - val ktorVersion="3.0.0" + val ktorVersion="3.0.1" sourceSets { val nativeMain by getting { dependencies { diff --git a/whiskers-ktor/build.gradle.kts b/whiskers-ktor/build.gradle.kts index 92eda6a..676bd7c 100644 --- a/whiskers-ktor/build.gradle.kts +++ b/whiskers-ktor/build.gradle.kts @@ -42,7 +42,7 @@ kotlin { } } - val ktorVersion = "3.0.0" + val ktorVersion = "3.0.1" sourceSets { val nativeMain by getting { dependencies {