nswamy closed pull request #13131: [MXNET-1077] update log4j version of Scala
package
URL: https://github.com/apache/incubator-mxnet/pull/13131
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 34a3f60ecc8..be28f0f09fe 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services