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 bb13e92 Bump org.apache.felix.framework from 7.0.1 to 7.0.3
bb13e92 is described below
commit bb13e923c0cd3bb8ca2de1281f66fae7f2f9af10
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 17 13:43:35 2021 +0000
Bump org.apache.felix.framework from 7.0.1 to 7.0.3
Bumps org.apache.felix.framework from 7.0.1 to 7.0.3.
---
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] <[email protected]>
---
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 3c1739e..b92b7b9 100644
--- a/modules/osgi-tests/pom.xml
+++ b/modules/osgi-tests/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>7.0.1</version>
+ <version>7.0.3</version>
<scope>test</scope>
</dependency>
<dependency>