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

[ws-wss4j] branch master updated: Bump commons-compress from 1.21 to 1.22 (#66)

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new ecd3b7577 Bump commons-compress from 1.21 to 1.22 (#66)
ecd3b7577 is described below

commit ecd3b75771201ab5235dda7896b17f44ec97762d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 30 15:07:03 2022 +0000

    Bump commons-compress from 1.21 to 1.22 (#66)
    
    Bumps commons-compress from 1.21 to 1.22.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:development
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6f7d69187..89796970b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <bcprov.version>1.70</bcprov.version>
-        <commons.compress.version>1.21</commons.compress.version>
+        <commons.compress.version>1.22</commons.compress.version>
         <cryptacular.version>1.2.5</cryptacular.version>
         <ehcache.version>3.10.1</ehcache.version>
         <hamcrest.version>2.2</hamcrest.version>