This is an automated email from the ASF dual-hosted git repository.
nswamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new e1f221b update log4j version of Scala package (#13131)
e1f221b is described below
commit e1f221bbd430f4ea9d2d9521212d18becd6675e7
Author: Lanking <[email protected]>
AuthorDate: Mon Nov 12 16:03:29 2018 -0800
update log4j version of Scala package (#13131)
---
scala-package/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 34a3f60..be28f0f 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -332,9 +332,9 @@
<version>1.10</version>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>2.11.1</version>
<scope>provided</scope>
</dependency>
<dependency>