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 2019/12/28 12:30:29 UTC

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

Author: cbrisson
Date: Sat Dec 28 12:30:28 2019
New Revision: 1872052

URL: http://svn.apache.org/viewvc?rev=1872052&view=rev
Log:
[engine] Update SLF4J to 1.7.30

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=1872052&r1=1872051&r2=1872052&view=diff
==============================================================================
--- velocity/engine/trunk/README.md (original)
+++ velocity/engine/trunk/README.md Sat Dec 28 12:30:28 2019
@@ -21,11 +21,11 @@ Building from source requires Java devel
 At compile time, Maven should fetch all needed dependencies, which are:
 
 * commons-lang v3.9
-* slf4j-api v1.7.28
+* slf4j-api v1.7.30
 
 plus the following ones, needed for the integrated tests:
 
-* slf4j-simple v1.7.28
+* slf4j-simple v1.7.30
 * junit v4.12
 * hsqldb v2.5.0
 * commons-io 2.6
@@ -33,7 +33,7 @@ plus the following ones, needed for the
 At runtime, Velocity only needs:
 
 * commons-lang v3.9+
-* slf4j-api and an slf4j binding, v1.7.28+
+* slf4j-api and an slf4j binding, v1.7.30+
 
 ## BUILDING APACHE VELOCITY
 

Modified: velocity/engine/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1872052&r1=1872051&r2=1872052&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sat Dec 28 12:30:28 2019
@@ -42,7 +42,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <junit.version>4.12</junit.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.30</slf4j.version>
         <surefire.plugin.version>2.22.1</surefire.plugin.version>
         <jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
         <maven.compiler.source>1.8</maven.compiler.source>