This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 09075525 Bump httpcore5 from 5.1.5 to 5.2.1 (#369) 09075525 is described below commit 09075525d8e752e635038b5338f1e635b067ee3e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jan 14 09:14:32 2023 -0500 Bump httpcore5 from 5.1.5 to 5.2.1 (#369) Bumps [httpcore5](https://github.com/apache/httpcomponents-core) from 5.1.5 to 5.2.1. - [Release notes](https://github.com/apache/httpcomponents-core/releases) - [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.1.5...rel/v5.2.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 0ad5aeee..2ffbf4a0 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ <!-- Avoid warnings about being unable to find jars during site building --> <dependency.locations.enabled>false</dependency.locations.enabled> <hadoop.version>3.3.4</hadoop.version> - <httpcore5.version>5.1.5</httpcore5.version> + <httpcore5.version>5.2.1</httpcore5.version> <httpclient5.version>5.2.1</httpclient5.version> <jackrabbit1.version>1.6.5</jackrabbit1.version> <jackrabbit2.version>2.21.14</jackrabbit2.version>