From 1a5faa919a3ff4b8cd1ce71b5c87cb5032847892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 04:02:42 +0000 Subject: [PATCH] chore(deps): bump ktor_version from 3.3.3 to 3.4.1 in /backend Bumps `ktor_version` from 3.3.3 to 3.4.1. Updates `io.ktor:ktor-client-core` 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-apache` 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-serialization-jackson` 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-content-negotiation` 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 dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-apache dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index be4a86e7..f951ba92 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -29,7 +29,7 @@ plugins { } ext { - ktor_version = "3.3.3" + ktor_version = "3.4.1" } repositories {