You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/17 17:54:52 UTC

[tomee-release-tools] branch master updated: Bump httpclient from 4.5.7 to 4.5.13

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-release-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 066ae55  Bump httpclient from 4.5.7 to 4.5.13
066ae55 is described below

commit 066ae5588bd2332accee88e77222d19ce10a21ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 13 10:41:05 2022 +0000

    Bump httpclient from 4.5.7 to 4.5.13
    
    Bumps httpclient from 4.5.7 to 4.5.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.httpcomponents:httpclient
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40a7bcb..a77f4bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.7</version>
+      <version>4.5.13</version>
       <exclusions>
         <exclusion>
           <artifactId>commons-logging</artifactId>