This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 2d5bd95fc75b08acb0dbb92f1e6b1d327a4d96db Author: Michael Blow <[email protected]> AuthorDate: Sat Jun 13 12:51:06 2020 -0400 [NO ISSUE] update log4j -> 2.13.3 Change-Id: Ic447ac0a092af188e4a420d68d726367efd19514 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/6783 Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> --- asterixdb/asterix-app/pom.xml | 1 - asterixdb/pom.xml | 1 + hyracks-fullstack/pom.xml | 10 ++++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index b10265d..d23f760 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -639,7 +639,6 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jul</artifactId> - <version>2.12.1</version> </dependency> <dependency> <groupId>org.apache.asterix</groupId> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index c05e236..81e53c5 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -77,6 +77,7 @@ <hyracks.version>0.3.4.2-SNAPSHOT</hyracks.version> <hadoop.version>2.8.5</hadoop.version> <jacoco.version>0.7.6.201602180812</jacoco.version> + <log4j.version>2.13.3</log4j.version> <implementation.title>Apache AsterixDB - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index aa989be..d8168ef 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -69,6 +69,7 @@ <!-- Versions under dependencymanagement or used in many projects via properties --> <hadoop.version>2.8.5</hadoop.version> <jacoco.version>0.7.6.201602180812</jacoco.version> + <log4j.version>2.13.3</log4j.version> <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> <implementation.url>https://asterixdb.apache.org/</implementation.url> @@ -228,12 +229,17 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.13.1</version> + <version>${log4j.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.13.1</version> + <version>${log4j.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jul</artifactId> + <version>${log4j.version}</version> </dependency> <dependency> <groupId>org.mockito</groupId>
