This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit a06b0ffb3c8885814411992e6ea754f963b8def9 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Dec 10 09:21:37 2021 +0100 Upgrading Log4J2 --- fit/build-tools/pom.xml | 4 ++++ pom.xml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index a3319d9..0e037d5 100644 --- a/fit/build-tools/pom.xml +++ b/fit/build-tools/pom.xml @@ -199,6 +199,10 @@ under the License. </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index e750918..ed8a51e 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,7 @@ under the License. <apacheds.version>2.0.0.AM26</apacheds.version> <apachedirapi.version>2.0.0</apachedirapi.version> - <log4j.version>2.14.1</log4j.version> + <log4j.version>2.15.0</log4j.version> <disruptor.version>3.4.4</disruptor.version> <commons-jexl.version>3.2.1</commons-jexl.version> @@ -1720,6 +1720,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>${log4j.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>${log4j.version}</version> </dependency>
