From 50eda8eace313c7c0e11ad5aa399d398047cf062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:06:17 +0000 Subject: [PATCH] chore(deps): bump ktor from 3.3.3 to 3.4.0 Bumps `ktor` from 3.3.3 to 3.4.0. Updates `io.ktor:ktor-client-core-jvm` from 3.3.3 to 3.4.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/3.3.3...3.4.0) Updates `io.ktor:ktor-client-cio-jvm` from 3.3.3 to 3.4.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/3.3.3...3.4.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core-jvm dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-cio-jvm dependency-version: 3.4.0 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 a0f5613..58260bc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ ktfmt = "0.20.1" commonsIo = "2.21.0" junit = "6.0.1" coroutines = "1.10.2" -ktor="3.3.3" +ktor="3.4.0" testContainers="1.21.4" [libraries]