Skip to content

Commit be8c2d5

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump ktor-client-apache from 1.5.4 to 1.6.0 in /backend
Bumps [ktor-client-apache](https://github.com/ktorio/ktor) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@1.5.4...1.6.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff74a57 commit be8c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ subprojects {
108108
implementation "io.ktor:ktor-client-core:1.6.0"
109109
//Using Apache Engine Ktor engine, because it is at this time the only one that supports following redirects
110110
// https://ktor.io/docs/http-client-engines.html#jvm
111-
implementation "io.ktor:ktor-client-apache:1.5.4"
111+
implementation "io.ktor:ktor-client-apache:1.6.0"
112112
implementation "io.ktor:ktor-client-jackson:1.6.0"
113113

114114
implementation('com.github.chimbori:crux:3.0.1')

0 commit comments

Comments
 (0)