You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/06/04 09:02:52 UTC

[sling-feature-launcher-maven-plugin] branch master updated: Bump httpclient from 4.5.12 to 4.5.13 in /src/it/simple-it

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-feature-launcher-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new e0e1dd4  Bump httpclient from 4.5.12 to 4.5.13 in /src/it/simple-it
e0e1dd4 is described below

commit e0e1dd45613f86e1e18887263770aa285f51384e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 3 16:20:40 2022 +0000

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

diff --git a/src/it/simple-it/pom.xml b/src/it/simple-it/pom.xml
index a1c95b7..04286ed 100644
--- a/src/it/simple-it/pom.xml
+++ b/src/it/simple-it/pom.xml
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.12</version>
+            <version>4.5.13</version>
             <scope>test</scope>
         </dependency>
     </dependencies>