This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push: new 6003577 Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 (#25) 6003577 is described below commit 6003577eb02065f26cc584f619d9746a3563d1c4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu May 8 19:26:41 2025 -0400 Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.2 to 5.4.3 (#25) Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4.2 to 5.4.3. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.3/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.4.2...rel/v5.4.3) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 198ee28..f2f76d3 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ under the License.]]></licenseText> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> - <version>5.4.2</version> + <version>5.4.3</version> </dependency> </dependencies> </dependencyManagement>