Author: cbrisson
Date: Thu Feb 16 14:21:50 2017
New Revision: 1783227
URL: http://svn.apache.org/viewvc?rev=1783227&view=rev
Log:
[tools] upgrade slf4j
Modified:
velocity/tools/trunk/pom.xml
Modified: velocity/tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1783227&r1=1783226&r2=1783227&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Thu Feb 16 14:21:50 2017
@@ -46,7 +46,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>
<servlet.api.version>3.0.1</servlet.api.version>
</properties>