You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/12/04 16:41:05 UTC

[aries-cdi] branch master updated: Bump org.apache.felix.configurator from 1.0.10 to 1.0.12

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cd91e1  Bump org.apache.felix.configurator from 1.0.10 to 1.0.12
6cd91e1 is described below

commit 6cd91e11bb64d38525f9de705966c05f93cc8615
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 4 06:35:18 2020 +0000

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

diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index b352dee..88ed940 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -169,7 +169,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.configurator</artifactId>
-			<version>1.0.10</version>
+			<version>1.0.12</version>
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>