aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-12-28 12:30:28 +0000
committerClaude Brisson <cbrisson@apache.org>2019-12-28 12:30:28 +0000
commit4fd0409be89e5e3f750361968dc079676921c3fb (patch)
tree2c1dc58c78b2209b9f76245ef69a4dd70c4543f8 /pom.xml
parentead820a5a3d788f164602396c9d1e0415b71940e (diff)
downloadapache-velocity-engine-4fd0409be89e5e3f750361968dc079676921c3fb.tar.gz
[engine] Update SLF4J to 1.7.30
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1872052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ee2a2d8e..f99fe97b 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.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>