From 9c6a2dae055f7a40a14335773c63afbcc75e2a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:54:18 +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 badfdae2..8a3705a5 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"