From a0760144b350daa98a7588fbd2b2276edc8f78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:47:21 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-apache-jvm from 2.3.0 to 2.3.4 Bumps [io.ktor:ktor-client-apache-jvm](https://github.com/ktorio/ktor) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.0...2.3.4) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-apache-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a511099..c6c64e39 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "io.ktor:ktor-server-auth-jwt:2.3.2" implementation "io.ktor:ktor-server-sessions-jvm:2.3.0" implementation "io.ktor:ktor-serialization-jackson:2.3.1" - implementation "io.ktor:ktor-client-apache-jvm:2.3.0" + implementation "io.ktor:ktor-client-apache-jvm:2.3.4" implementation "org.apache.poi:poi-ooxml:5.2.3" implementation "io.ktor:ktor-client-core-jvm:2.3.1"