From dec4acfe0e46620e5f846d1c92f13f9e0517aaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 04:49:35 +0000 Subject: [PATCH] chore(deps): bump ktor_version from 3.2.2 to 3.2.3 in /backend Bumps `ktor_version` from 3.2.2 to 3.2.3. Updates `io.ktor:ktor-client-core` from 3.2.2 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.2.2...3.2.3) Updates `io.ktor:ktor-client-apache` from 3.2.2 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.2.2...3.2.3) Updates `io.ktor:ktor-serialization-jackson` from 3.2.2 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.2.2...3.2.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.2.2 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.2.2...3.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-apache dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 907524d8..a2ee2520 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -29,7 +29,7 @@ plugins { } ext { - ktor_version = "3.2.2" + ktor_version = "3.2.3" } repositories {