diff --git a/build.gradle.kts b/build.gradle.kts index f2631221..e15c9a79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ allprojects { compileOnly("org.projectlombok:lombok:1.18.32") annotationProcessor("org.projectlombok:lombok:1.18.32") - implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1") // HTTP Requests + implementation("org.apache.httpcomponents.client5:httpclient5:5.6") // HTTP Requests implementation("tools.jackson.core:jackson-core:3.0.4") // https://mvnrepository.com/artifact/tools.jackson.core/jackson-core implementation("tools.jackson.core:jackson-databind:3.0.4") // https://mvnrepository.com/artifact/tools.jackson.core/jackson-databind