You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/08/22 15:58:33 UTC

[felix-dev] branch master updated: Bump org.apache.commons:commons-compress (#226)

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 072ca70c2d Bump org.apache.commons:commons-compress (#226)
072ca70c2d is described below

commit 072ca70c2d1c24b3195a2307131f2c06a07ac7e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 22 17:58:26 2023 +0200

    Bump org.apache.commons:commons-compress (#226)
    
    Bumps org.apache.commons:commons-compress from 1.19 to 1.21.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml b/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
index def3e692f8..5f342176e5 100644
--- a/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
+++ b/tools/maven-bundle-plugin/src/it/reproducible-manifest/pom.xml
@@ -38,7 +38,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.19</version>
+      <version>1.21</version>
     </dependency>
   </dependencies>