You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2022/09/28 17:41:39 UTC

[httpcomponents-core] branch master updated: Bump commons-cli from 1.4 to 1.5.0 (#365)

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/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d275d563 Bump commons-cli from 1.4 to 1.5.0 (#365)
3d275d563 is described below

commit 3d275d5639646f6a764b140335802c909bc65683
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 13:41:27 2022 -0400

    Bump commons-cli from 1.4 to 1.5.0 (#365)
    
    Bumps commons-cli from 1.4 to 1.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-cli:commons-cli
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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>
---
 httpcore5-testing/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index 181c63663..f5ad690a4 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.4</version>
+      <version>1.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>