You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2021/12/29 20:24:15 UTC

[any23] branch master updated: Bump httpcore from 4.4.14 to 4.4.15 (#236)

This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dc9142  Bump httpcore from 4.4.14 to 4.4.15 (#236)
9dc9142 is described below

commit 9dc91421cab0472ff7cb285c491a63d618ef7036
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 29 12:24:12 2021 -0800

    Bump httpcore from 4.4.14 to 4.4.15 (#236)
    
    Bumps httpcore from 4.4.14 to 4.4.15.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpcore
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 bf31237..5e22ef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
     <project.build.outputTimestamp>1</project.build.outputTimestamp>
 
     <httpclient.version>4.5.13</httpclient.version>
-    <httpcore.version>4.4.14</httpcore.version>
+    <httpcore.version>4.4.15</httpcore.version>
     <owlapi.version>5.1.19</owlapi.version>
     <rdf4j.version>3.7.4</rdf4j.version>
     <semargl.version>0.7</semargl.version>