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 2021/09/16 16:21:15 UTC

[aries-cdi] 02/02: Bump org.apache.felix.configurator from 1.0.12 to 1.0.14

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

commit 63afd649a1cfc44947a39ae9fc477d1eeac00dcd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 16 13:20:45 2021 +0000

    Bump org.apache.felix.configurator from 1.0.12 to 1.0.14
    
    Bumps org.apache.felix.configurator from 1.0.12 to 1.0.14.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.configurator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 eb8ece8..f911d6f 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -171,7 +171,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.configurator</artifactId>
-			<version>1.0.12</version>
+			<version>1.0.14</version>
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>