From a2d3c3a70852c88ee8b4e7fc2e63853ae813c285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:13:57 +0000 Subject: [PATCH] build(deps): bump io.ktor:ktor-serialization-kotlinx-json in /app Bumps [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) from 3.4.0 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.4.0...3.4.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b317563..b77894b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -201,9 +201,9 @@ dependencies { implementation("ai.koog:koog-agents:0.6.0") // Networking - implementation("io.ktor:ktor-client-android:3.4.0") - implementation("io.ktor:ktor-client-content-negotiation:3.4.0") - implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.0") + implementation("io.ktor:ktor-client-android:3.4.1") + implementation("io.ktor:ktor-client-content-negotiation:3.4.1") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.1") // Serialization & Utilities implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")