From 1e81a980df05b587565a5cf158cd0d12011773ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:25:05 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-mock from 3.2.3 to 3.3.0 Bumps [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) from 3.2.3 to 3.3.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.2.3...3.3.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-mock dependency-version: 3.3.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 df466ef..f2ce768 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.2.20" -ktor = "3.2.3" +ktor = "3.3.0" dokka = "2.0.0" coroutines = "1.10.2" androidx-activity-compose = "1.10.1"