You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/26 17:45:22 UTC

[ws-axiom] branch master updated: Bump org.apache.felix.framework from 6.0.4 to 7.0.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ab0364  Bump org.apache.felix.framework from 6.0.4 to 7.0.0
6ab0364 is described below

commit 6ab0364779f14756f0872697ba6408dd1e343a1a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 26 17:28:35 2020 +0000

    Bump org.apache.felix.framework from 6.0.4 to 7.0.0
    
    Bumps org.apache.felix.framework from 6.0.4 to 7.0.0.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d4232b..f692d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.framework</artifactId>
-                <version>6.0.4</version>
+                <version>7.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>