This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new c72f00e  [tools] Update junit, easymock and slf4j versions
c72f00e is described below

commit c72f00e5a29dd1e82ac69c8eda7bd3928084f27b
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 21:09:47 2021 +0100

    [tools] Update junit, easymock and slf4j versions
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f04479..367c4b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
   <inceptionYear>2002</inceptionYear>
 
   <properties>
-    <slf4j.version>1.7.25</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
   </properties>
@@ -175,12 +175,12 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.2</version>
       </dependency>
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>3.6</version>
+        <version>4.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

Reply via email to