From d81beeb04bc0bbadc99f9f72102f4b07123899e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:35:28 +0000 Subject: [PATCH] build(deps): bump ai.koog:koog-agents from 0.6.0 to 0.6.1 in /app Bumps [ai.koog:koog-agents](https://github.com/JetBrains/koog) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/JetBrains/koog/releases) - [Changelog](https://github.com/JetBrains/koog/blob/develop/CHANGELOG.md) - [Commits](https://github.com/JetBrains/koog/compare/0.6.0...0.6.1) --- updated-dependencies: - dependency-name: ai.koog:koog-agents dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e803ac9..1361221 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -152,7 +152,7 @@ dependencies { // Uses Google Play Services "gmsImplementation"("com.google.android.gms:play-services-mlkit-text-recognition:19.0.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.2") - implementation("ai.koog:koog-agents:0.6.0") + implementation("ai.koog:koog-agents:0.6.1") // Networking implementation("io.ktor:ktor-client-android:3.4.0")