You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/03 09:48:55 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump commons-compress from 1.21 to 1.22 (#3392)

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 88a464e989 build(deps): bump commons-compress from 1.21 to 1.22 (#3392)
88a464e989 is described below

commit 88a464e9893eb2141155912cc3a808850f750278
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 3 10:48:50 2022 +0100

    build(deps): bump commons-compress from 1.21 to 1.22 (#3392)
    
    Bumps commons-compress from 1.21 to 1.22.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      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>
---
 tobago-tool/tobago-theme-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-tool/tobago-theme-plugin/pom.xml b/tobago-tool/tobago-theme-plugin/pom.xml
index b6c8e4dbd8..87ac1e39b9 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.21</version>
+      <version>1.22</version>
     </dependency>
   </dependencies>