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 0b908e775 Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.5 to
5.3.6 (#722)
0b908e775 is described below
commit 0b908e7756b697626015627ab54a8d2a4067fe00
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 21 09:38:32 2025 -0400
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.5 to 5.3.6 (#722)
Bumps
[org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core)
from 5.3.5 to 5.3.6.
-
[Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.6/RELEASE_NOTES.txt)
-
[Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.3.5...rel/v5.3.6)
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
dependency-version: 5.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 04f694d01..2ca05d667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<!-- Avoid warnings about being unable to find jars during site building
-->
<dependency.locations.enabled>false</dependency.locations.enabled>
<hadoop.version>3.4.2</hadoop.version>
- <httpcore5.version>5.3.5</httpcore5.version>
+ <httpcore5.version>5.3.6</httpcore5.version>
<httpclient5.version>5.5</httpclient5.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->