You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/01/29 12:34:45 UTC

svn commit: r1727541 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Fri Jan 29 11:34:45 2016
New Revision: 1727541

URL: http://svn.apache.org/viewvc?rev=1727541&view=rev
Log:
Upgrade log4j.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1727541&r1=1727540&r2=1727541&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Fri Jan 29 11:34:45 2016
@@ -393,12 +393,12 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-jcl</artifactId>
-                <version>2.0</version>
+                <version>2.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-core</artifactId>
-                <version>2.0</version>
+                <version>2.5</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>