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 2022/04/05 01:55:39 UTC

[aries-cdi] branch master updated (9ff3d04 -> 39822ad)

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 9ff3d04  persist resolution results
     new 516ea79  Bump slf4j.version from 1.7.32 to 1.7.36
     new 39822ad  persist resolution results

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-itests/owb-itest.bndrun  | 2 +-
 cdi-itests/weld-itest.bndrun | 2 +-
 pom.xml                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[aries-cdi] 02/02: persist resolution results

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 39822adbccbe0a5bc20a9e6b8af5be45bc9ba747
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Apr 4 21:54:17 2022 -0400

    persist resolution results
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-itests/owb-itest.bndrun  | 2 +-
 cdi-itests/weld-itest.bndrun | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cdi-itests/owb-itest.bndrun b/cdi-itests/owb-itest.bndrun
index 934ea5e..8984154 100644
--- a/cdi-itests/owb-itest.bndrun
+++ b/cdi-itests/owb-itest.bndrun
@@ -23,7 +23,7 @@
 	com.fasterxml.woodstox.woodstox-core;version='[6.2.4,6.2.5)',\
 	com.sun.xml.bind.jaxb-impl;version='[2.3.2,2.3.3)',\
 	javax.servlet.jsp-api;version='[2.3.3,2.3.4)',\
-	jcl.over.slf4j;version='[1.7.32,1.7.33)',\
+	jcl.over.slf4j;version='[1.7.36,1.7.37)',\
 	junit-jupiter-api;version='[5.8.2,5.8.3)',\
 	junit-jupiter-engine;version='[5.8.2,5.8.3)',\
 	junit-jupiter-params;version='[5.8.2,5.8.3)',\
diff --git a/cdi-itests/weld-itest.bndrun b/cdi-itests/weld-itest.bndrun
index 8966934..6900a4d 100644
--- a/cdi-itests/weld-itest.bndrun
+++ b/cdi-itests/weld-itest.bndrun
@@ -37,7 +37,7 @@ _java.opens: "--add-opens", "java.base/java.lang=ALL-UNNAMED"
 	com.fasterxml.woodstox.woodstox-core;version='[6.2.4,6.2.5)',\
 	com.sun.xml.bind.jaxb-impl;version='[2.3.2,2.3.3)',\
 	jboss-classfilewriter;version='[1.2.5,1.2.6)',\
-	jcl.over.slf4j;version='[1.7.32,1.7.33)',\
+	jcl.over.slf4j;version='[1.7.36,1.7.37)',\
 	junit-jupiter-api;version='[5.8.2,5.8.3)',\
 	junit-jupiter-engine;version='[5.8.2,5.8.3)',\
 	junit-jupiter-params;version='[5.8.2,5.8.3)',\


[aries-cdi] 01/02: Bump slf4j.version from 1.7.32 to 1.7.36

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 516ea799366ba15517d91e22f61bb3d324118f60
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Apr 4 21:51:11 2022 -0400

    Bump slf4j.version from 1.7.32 to 1.7.36
    
    Bumps `slf4j.version` from 1.7.32 to 1.7.36.
    
    Updates `log4j-over-slf4j` from 1.7.32 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.36)
    
    Updates `slf4j-api` from 1.7.32 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.36)
    
    Updates `jcl-over-slf4j` from 1.7.32 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    # Conflicts:
    #       pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86c34fa..d979913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 		<mp.metrics.version>1.1.1</mp.metrics.version>
 		<osgi.test.version>1.0.1</osgi.test.version>
 		<owb.version>2.0.26</owb.version>
-		<slf4j.version>1.7.32</slf4j.version>
+		<slf4j.version>1.7.36</slf4j.version>
 		<surefire.version>2.12</surefire.version>
 		<weld.version>3.1.8.Final</weld.version>
 	</properties>