From 6c6b471dff0ba58513e56a422073392965af6c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:54:04 +0000 Subject: [PATCH] Bump ktor from 2.3.12 to 3.0.3 Bumps `ktor` from 2.3.12 to 3.0.3. Updates `io.ktor:ktor-client-content-negotiation` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-cio` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-core` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-darwin` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-java` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-js` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-okhttp` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-websockets` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-client-winhttp` from 2.3.12 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/2.3.12...3.0.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.12 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/2.3.12...3.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-darwin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-js dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-websockets dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-winhttp dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-serialization-kotlinx-json 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 1345fce8..4eb402f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ kotlinx-atomicfu = "0.26.1" kotlinx-coroutines = "1.9.0" kotlinx-io = "0.6.0" kotlinx-serialization = "1.7.3" -ktor = "2.3.12" +ktor = "3.0.3" moshi = "1.15.2" nexus-publish-plugin = "2.0.0" okhttp = "4.12.0"