From 900f8a10d87c250883fdc3db7e477a979708a597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:07:14 +0000 Subject: [PATCH] build(deps): bump io.ktor:ktor-client-okhttp from 3.0.0 to 3.0.2 Bumps [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) from 3.0.0 to 3.0.2. - [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.0.0...3.0.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch ... 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 eb4c29d..c0a0e4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin-test = "2.0.0" [libraries] kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" } ktor-client-core = { module = "io.ktor:ktor-client-core", version = "3.0.0"} -ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version = "3.0.0" } +ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version = "3.0.2" } [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.21" }