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/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 87da3c3 Bump org.apache.felix.framework from 6.0.1 to 7.0.0 87da3c3 is described below commit 87da3c3604446fcfd5d8ccb0d6a5008f7f4d4f44 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Dec 26 13:55:49 2020 +0000 Bump org.apache.felix.framework from 6.0.1 to 7.0.0 Bumps org.apache.felix.framework from 6.0.1 to 7.0.0. Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/osgi-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml index 1b5909d..de74f65 100644 --- a/modules/osgi-tests/pom.xml +++ b/modules/osgi-tests/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>6.0.1</version> + <version>7.0.0</version> <scope>test</scope> </dependency> <dependency>