You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/01 15:30:09 UTC

[commons-vfs] branch master updated: Bump httpcore-nio from 4.4.15 to 4.4.16 (#341)

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 3f677aa2 Bump httpcore-nio from 4.4.15 to 4.4.16 (#341)
3f677aa2 is described below

commit 3f677aa274b30d7fac1deda9434d2a3abaeeba07
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 1 10:30:03 2022 -0500

    Bump httpcore-nio from 4.4.15 to 4.4.16 (#341)
    
    Bumps httpcore-nio from 4.4.15 to 4.4.16.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpcore-nio
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15cf29f7..52aa57ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,7 +674,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore-nio</artifactId>
-        <version>4.4.15</version>
+        <version>4.4.16</version>
       </dependency>
       <!-- Test WebDAV with Apache Jackrabbit Standalone -->
       <dependency>