From 6ed5bf0b56a3e19573b7c871a43b9256ea2707e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:41:53 +0000 Subject: [PATCH] Bump ktor from 2.3.12 to 3.0.0 Bumps `ktor` from 2.3.12 to 3.0.0. Updates `io.ktor:ktor-client-cio-jvm` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) Updates `io.ktor:ktor-client-core-jvm` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) Updates `io.ktor:ktor-serialization-gson-jvm` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) Updates `io.ktor:ktor-server-cio-jvm` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) Updates `io.ktor:ktor-server-core-jvm` from 2.3.12 to 3.0.0 - [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/2.3.12...3.0.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-core-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-serialization-gson-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-server-cio-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-major ... 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 1313e04988..c32346ba9d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ invui = "1.37" jgrapht = "1.5.2" kotlin = "2.0.21" kotlinx-coroutines = "1.9.0" -ktor = "2.3.12" +ktor = "3.0.0" paper = "1.21.1-R0.1-SNAPSHOT" paperweight = "1.7.3" xenondevs-commons = "1.17"