aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-09-08 12:21:57 +0000
committerClaude Brisson <cbrisson@apache.org>2019-09-08 12:21:57 +0000
commiteb257653bd8b455f72a363b0e0ea2526d9df39e2 (patch)
tree640e54ea5940e106727b2e9488e4deebe4eab824 /pom.xml
parentf64d9aaafcacb81ded3bb0f87b3776da4efe56f9 (diff)
downloadapache-velocity-engine-eb257653bd8b455f72a363b0e0ea2526d9df39e2.tar.gz
[engine] Update plugins and dependencies versions
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1866611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index bc4f2bf0..bf2ab25d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
- <slf4j.version>1.7.26</slf4j.version>
+ <slf4j.version>1.7.28</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.8</maven.compiler.source>
@@ -194,7 +194,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
- <version>1.0-beta-9</version>
+ <version>1.2</version>
</dependency>
</dependencies>
</plugin>