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 f95bcc4  Bump org.apache.felix:org.apache.felix.framework from 6.0.4 
to 7.0.0.
f95bcc4 is described below

commit f95bcc48574b068b92c0fb86291bca9457590fa2
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 12 08:17:04 2021 -0400

    Bump org.apache.felix:org.apache.felix.framework from 6.0.4 to 7.0.0.
    
    Fixes Java 16 OSGi failures on my local build.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1ddfe64..6698f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,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>6.0.4</version>
+      <version>7.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 04261cc..07ce6c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -324,7 +324,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.jacoco.version from 0.8.5 to 0.8.7 to build on Java 16.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
-        Bump org.apache.felix:org.apache.felix.framework from 6.0.3 to 6.0.4.
+        Bump org.apache.felix:org.apache.felix.framework from 6.0.3 to 7.0.0.
       </action>
       <action issue="COMPRESS-569" type="fix" date="2021-03-06">
         Checked the sizes read for archive entries and reject archives

Reply via email to