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:11:18 UTC

[ws-wss4j] branch 2_4_x-fixes 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 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


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

commit 1a7c900f5f17483019816f269b8f6c60e5c632e1
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 ff313bb2c..793a23a84 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.4</cryptacular.version>
         <ehcache.version>3.9.6</ehcache.version>
         <geronimo.javamail.version>1.8.4</geronimo.javamail.version>