This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-winegrower.git
The following commit(s) were added to refs/heads/master by this push:
new 88a0b4d Upgrade to Apache Felix SCR 2.1.20
88a0b4d is described below
commit 88a0b4dc3f48a8a320c410f0806b4283a0927a9d
Author: jbonofre <[email protected]>
AuthorDate: Mon Aug 31 18:55:58 2020 +0200
Upgrade to Apache Felix SCR 2.1.20
---
winegrower-examples/jaxrs-whiteboard/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winegrower-examples/jaxrs-whiteboard/pom.xml
b/winegrower-examples/jaxrs-whiteboard/pom.xml
index c01ee11..7e43bd5 100644
--- a/winegrower-examples/jaxrs-whiteboard/pom.xml
+++ b/winegrower-examples/jaxrs-whiteboard/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
- <version>2.1.16</version>
+ <version>2.1.20</version>
</dependency>
</dependencies>