This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit bd433c5af748460f329270ed8c4886c33bd70577 Author: Gary Gregory <[email protected]> AuthorDate: Thu Nov 12 16:36:29 2020 -0500 Update dependencies. - Update org.apache.felix:org.apache.felix.framework 5.6.10 -> 5.6.12. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 195d49e..769ef69 100644 --- a/pom.xml +++ b/pom.xml @@ -296,7 +296,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>5.6.10</version> + <version>5.6.12</version> </dependency> <dependency> <groupId>org.apache.maven</groupId>
