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:13 UTC

[aries-cdi] branch master updated (9a7b90a -> 63afd64)

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

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


    from 9a7b90a  add changelog tool
     new cd662f2  Bump org.apache.felix.http.jetty from 4.1.4 to 4.1.12
     new 63afd64  Bump org.apache.felix.configurator from 1.0.12 to 1.0.14

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cdi-bom/pom.xml    | 2 +-
 cdi-itests/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[aries-cdi] 01/02: Bump org.apache.felix.http.jetty from 4.1.4 to 4.1.12

Posted by ro...@apache.org.
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 cd662f2329129e37773e111d320de698e0c0c6fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 16 13:21:04 2021 +0000

    Bump org.apache.felix.http.jetty from 4.1.4 to 4.1.12
    
    Bumps org.apache.felix.http.jetty from 4.1.4 to 4.1.12.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.http.jetty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 cdi-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index f7af3b3..4172622 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -144,7 +144,7 @@
 			<dependency>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>org.apache.felix.http.jetty</artifactId>
-				<version>4.1.4</version>
+				<version>4.1.12</version>
 				<scope>runtime</scope>
 				<exclusions>
 					<exclusion>

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

Posted by ro...@apache.org.
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>