From 0ab6ad839302ea2b2594f9c3fff702a6c07684ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:15:42 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-okhttp-jvm from 2.3.12 to 3.0.0 Bumps [io.ktor:ktor-client-okhttp-jvm](https://github.com/ktorio/ktor) from 2.3.12 to 3.0.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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c888276..4ab9442 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { implementation("ch.qos.logback:logback-classic:$logback_version") implementation("net.logstash.logback:logstash-logback-encoder:$logstash_version") implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version") - implementation("io.ktor:ktor-client-okhttp-jvm:2.3.12") + implementation("io.ktor:ktor-client-okhttp-jvm:3.0.0") implementation("io.ktor:ktor-server-core-jvm:2.3.12") implementation("io.ktor:ktor-server-swagger-jvm:2.3.12")