From 27010ea369e0a88b83cc5fca00461fd8ed77b106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:22:44 +0000 Subject: [PATCH] chore(deps): bump ktor-version from 3.1.1 to 3.2.3 Bumps `ktor-version` from 3.1.1 to 3.2.3. Updates `io.ktor:ktor-http-cio` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-utils` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-io` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-server-netty` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-server-jetty-jakarta` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-server-cio` from 3.1.1 to 3.2.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.1.1...3.2.3) Updates `io.ktor:ktor-network-tls-certificates` from 3.1.1 to 3.2.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.1.1...3.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-http-cio dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-utils dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-io dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-jetty-jakarta dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-server-cio dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-network-tls-certificates dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ee8da2ad5..fed02985f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ kotlin-compile-testing-version = "0.7.0" kotlinx-benchmark-version = "0.4.12" kotlinx-serialization-version = "1.7.3" docker-java-version = "3.4.0" -ktor-version = "3.1.1" +ktor-version = "3.2.3" kaml-version = "0.55.0" jsoup-version = "1.19.1"