This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git
The following commit(s) were added to refs/heads/main by this push:
new 417d8410 Bump org.apache.httpcomponents:httpclient from 4.5 to 4.5.14
(#138)
417d8410 is described below
commit 417d841053907d10df15fd89a6d157419c0ebac5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 09:04:55 2025 +0200
Bump org.apache.httpcomponents:httpclient from 4.5 to 4.5.14 (#138)
---
http/balancer/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/balancer/pom.xml b/http/balancer/pom.xml
index 1e262af1..5d40b508 100644
--- a/http/balancer/pom.xml
+++ b/http/balancer/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5</version>
+ <version>4.5.14</version>
</dependency>
<dependency>