From be35dc09eb1f46ec26c649bbd1b6700103738fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 05:54:12 +0000 Subject: [PATCH] fix(deps): bump org.apache.httpcomponents.client5:httpclient5 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.6.3 to 5.6.4. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.4/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.6.3...rel/v5.6.4) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b8a41fc2..27b01855 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ allprojects { compileOnly("org.projectlombok:lombok:1.18.46") annotationProcessor("org.projectlombok:lombok:1.18.46") - implementation("org.apache.httpcomponents.client5:httpclient5:5.6.3") // HTTP Requests + implementation("org.apache.httpcomponents.client5:httpclient5:5.6.4") // HTTP Requests implementation("tools.jackson.core:jackson-core:3.2.1") // https://mvnrepository.com/artifact/tools.jackson.core/jackson-core implementation("tools.jackson.core:jackson-databind:3.2.1") // https://mvnrepository.com/artifact/tools.jackson.core/jackson-databind