From ef7f8f032740b3d2bbaa767bcf691fb965c7666f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 02:04:47 +0000 Subject: [PATCH] chore(deps): bump ktor from 3.3.3 to 3.4.1 Bumps `ktor` from 3.3.3 to 3.4.1. Updates `io.ktor:ktor-client-core-jvm` from 3.3.3 to 3.4.1 - [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.1) Updates `io.ktor:ktor-client-cio-jvm` from 3.3.3 to 3.4.1 - [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.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core-jvm dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-cio-jvm dependency-version: 3.4.1 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..497973a 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.1" testContainers="1.21.4" [libraries]