We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff74a57 commit be8c2d5Copy full SHA for be8c2d5
backend/build.gradle
@@ -108,7 +108,7 @@ subprojects {
108
implementation "io.ktor:ktor-client-core:1.6.0"
109
//Using Apache Engine Ktor engine, because it is at this time the only one that supports following redirects
110
// https://ktor.io/docs/http-client-engines.html#jvm
111
- implementation "io.ktor:ktor-client-apache:1.5.4"
+ implementation "io.ktor:ktor-client-apache:1.6.0"
112
implementation "io.ktor:ktor-client-jackson:1.6.0"
113
114
implementation('com.github.chimbori:crux:3.0.1')
0 commit comments