From 0a1e5e0e508db13f076ffe04d1026f5fec42c0dd Mon Sep 17 00:00:00 2001 From: Dave the Dev Date: Mon, 6 Jul 2026 00:07:40 +0000 Subject: [PATCH] feat(portainer-automation): add httpclient5 dependency --- portainer-automation/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portainer-automation/build.gradle b/portainer-automation/build.gradle index bbe3892..9829aaa 100644 --- a/portainer-automation/build.gradle +++ b/portainer-automation/build.gradle @@ -6,6 +6,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-validation' + implementation 'org.apache.httpcomponents.client5:httpclient5' + compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'