You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/06 14:41:17 UTC

[commons-compress] branch master updated: Bump org.apache.felix.framework from 7.0.0 to 7.0.1 (#208)

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/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 95134c4  Bump org.apache.felix.framework from 7.0.0 to 7.0.1 (#208)
95134c4 is described below

commit 95134c42b86168186e65f227cc4633f545a8f980
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 6 10:41:12 2021 -0400

    Bump org.apache.felix.framework from 7.0.0 to 7.0.1 (#208)
    
    Bumps org.apache.felix.framework from 7.0.0 to 7.0.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.framework
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3bc78d5..a3ba374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>7.0.0</version>
+      <version>7.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>