From 68110c6e0aa706275a73c2d8f9c6fab785353c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:26:09 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-java from 2.3.7 to 2.3.8 in /kotlin-arrow Bumps [io.ktor:ktor-client-java](https://github.com/ktorio/ktor) from 2.3.7 to 2.3.8. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kotlin-arrow/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-arrow/build.gradle.kts b/kotlin-arrow/build.gradle.kts index 6bb23e28..305d4ea6 100644 --- a/kotlin-arrow/build.gradle.kts +++ b/kotlin-arrow/build.gradle.kts @@ -20,7 +20,7 @@ application { dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") implementation("io.ktor:ktor-client-core:2.3.7") - implementation("io.ktor:ktor-client-java:2.3.7") + implementation("io.ktor:ktor-client-java:2.3.8") implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") runtimeOnly("org.slf4j:slf4j-simple:2.0.11")