You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2017/02/16 14:20:59 UTC

svn commit: r1783226 - in /velocity/engine/trunk: README.md pom.xml

Author: cbrisson
Date: Thu Feb 16 14:20:58 2017
New Revision: 1783226

URL: http://svn.apache.org/viewvc?rev=1783226&view=rev
Log:
[engine] upgrade slf4j

Modified:
    velocity/engine/trunk/README.md
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/README.md
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/README.md?rev=1783226&r1=1783225&r2=1783226&view=diff
==============================================================================
--- velocity/engine/trunk/README.md (original)
+++ velocity/engine/trunk/README.md Thu Feb 16 14:20:58 2017
@@ -23,9 +23,9 @@ Building from source requires Java devel
 
 At compile time, Maven should fetch all needed dependencies, which are:
 * commons-lang v3.5
-* slf4j-api v1.7.21
+* slf4j-api v1.7.23
 plus the following ones, needed for the integrated tests:
-* slf4j-simple v1.7.21
+* slf4j-simple v1.7.23
 * junit v4.12
 * hsqldb v2.3.4
 * commons-io 2.5

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1783226&r1=1783225&r2=1783226&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Thu Feb 16 14:20:58 2017
@@ -42,7 +42,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <junit.version>4.12</junit.version>
-    <slf4j.version>1.7.21</slf4j.version>
+    <slf4j.version>1.7.23</slf4j.version>
     <surefire.plugin.version>2.19.1</surefire.plugin.version>
     <jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
     <maven.compiler.source>1.7</maven.compiler.source>