From 5964cd1df8f9824d08123f0c6ed6d7ab7cd7089d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:39:03 +0000 Subject: [PATCH] Bump io.ktor:ktor-network from 3.1.3 to 3.2.1 Bumps [io.ktor:ktor-network](https://github.com/ktorio/ktor) from 3.1.3 to 3.2.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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-network dependency-version: 3.2.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 52b5f7f..aa6cf70 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ sqldelight-compiler-env = { module = "app.cash.sqldelight:compiler-env", version coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -ktor-network = { module = "io.ktor:ktor-network", version = "3.1.3" } +ktor-network = { module = "io.ktor:ktor-network", version = "3.2.1" } datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.2" } serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.8.1" }