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-engine.git


The following commit(s) were added to refs/heads/master by this push:
     new a44cdd1  [engine] Upgrade several versions
a44cdd1 is described below

commit a44cdd1330c2fe312f54a2f651d4b51f9a04514a
Author: Claude Brisson <[email protected]>
AuthorDate: Thu Feb 25 14:03:22 2021 +0100

    [engine] Upgrade several versions
---
 pom.xml                      | 4 ++--
 velocity-engine-core/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e0065d..bed7163 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <junit.version>4.13</junit.version>
+        <junit.version>4.13.2</junit.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>
@@ -125,7 +125,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>extra-enforcer-rules</artifactId>
-                    <version>1.2</version>
+                    <version>1.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index fe1b5fc..191c247 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -298,7 +298,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.9</version>
+            <version>3.11</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -320,7 +320,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.8.0</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to