From e1a0bacacc390f4aac4ddc128e10c2346ab7153d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:50:23 +0000 Subject: [PATCH] Bump ktor from 3.0.1 to 3.0.3 Bumps `ktor` from 3.0.1 to 3.0.3. Updates `io.ktor:ktor-client-cio-jvm` from 3.0.1 to 3.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/3.0.1...3.0.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.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/3.0.1...3.0.3) Updates `io.ktor:ktor-client-core-jvm` from 3.0.1 to 3.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/3.0.1...3.0.3) Updates `io.ktor:ktor-serialization-gson-jvm` from 3.0.1 to 3.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/3.0.1...3.0.3) Updates `io.ktor:ktor-server-cio-jvm` from 3.0.1 to 3.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/3.0.1...3.0.3) Updates `io.ktor:ktor-server-core-jvm` from 3.0.1 to 3.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/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio-jvm 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-core-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-gson-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-cio-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 80c0a9334c..0bab441f6d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ cbf = "0.17" jgrapht = "1.5.2" kotlin = "2.1.0" kotlinx-coroutines = "1.10.1" -ktor = "3.0.1" +ktor = "3.0.3" paper = "1.21.4-R0.1-SNAPSHOT" paperweight = "2.0.0-beta.11" xenondevs-commons = "1.24"