From f98616fb35999bb0605b187fe46097ee49e6dcfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:56:11 +0000 Subject: [PATCH] Bump the gradle group with 6 updates Bumps the gradle group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-client-cio-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | | [io.ktor:ktor-client-core-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | | [io.ktor:ktor-serialization-gson-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | | [io.ktor:ktor-server-cio-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | | [io.ktor:ktor-server-core-jvm](https://github.com/ktorio/ktor) | `2.3.12` | `3.0.2` | Updates `io.ktor:ktor-client-cio-jvm` from 2.3.12 to 3.0.2 - [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.2) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 to 3.0.2 - [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.2) Updates `io.ktor:ktor-client-core-jvm` from 2.3.12 to 3.0.2 - [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.2) Updates `io.ktor:ktor-serialization-gson-jvm` from 2.3.12 to 3.0.2 - [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.2) Updates `io.ktor:ktor-server-cio-jvm` from 2.3.12 to 3.0.2 - [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.2) Updates `io.ktor:ktor-server-core-jvm` from 2.3.12 to 3.0.2 - [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.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-cio-jvm dependency-type: direct:production dependency-group: gradle - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production dependency-group: gradle - dependency-name: io.ktor:ktor-client-core-jvm dependency-type: direct:production dependency-group: gradle - dependency-name: io.ktor:ktor-serialization-gson-jvm dependency-type: direct:production dependency-group: gradle - dependency-name: io.ktor:ktor-server-cio-jvm dependency-type: direct:production dependency-group: gradle - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production dependency-group: gradle ... 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 e6adcd3b85..5be20f2ad7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ invui = "2.0.0-alpha.1" jgrapht = "1.5.2" kotlin = "2.1.0" kotlinx-coroutines = "1.9.0" -ktor = "3.0.1" +ktor = "3.0.2" paper = "1.21.4-R0.1-SNAPSHOT" paperweight = "1.7.5" xenondevs-commons = "1.22"