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é <[email protected]> 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] <[email protected]> # 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>
