This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds.git
commit bdfac92184081cb358c7939c9f6e478d048b2b2c Author: Andrew Gaul <[email protected]> AuthorDate: Sun Jan 19 15:36:59 2025 -0800 Upgrade to Apache httpclient 4.5.14 --- drivers/apachehc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/apachehc/pom.xml b/drivers/apachehc/pom.xml index 7e6c67c217..af4f4d5994 100644 --- a/drivers/apachehc/pom.xml +++ b/drivers/apachehc/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.13</version> + <version>4.5.14</version> <scope>compile</scope> </dependency> <dependency>
