summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-01-27 15:16:20 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-01-27 15:16:20 +0000
commit15f1a7aac8e9b58f00a02b7a51dd5f6c251c5f67 (patch)
treeef95432e0cfb711876c209c49f0cbe844e5fc070 /pom.xml
parentd2564b8593843e635aba55d924659ca1d937efb1 (diff)
downloadmocca-15f1a7aac8e9b58f00a02b7a51dd5f6c251c5f67.tar.gz
mocca-15f1a7aac8e9b58f00a02b7a51dd5f6c251c5f67.tar.bz2
mocca-15f1a7aac8e9b58f00a02b7a51dd5f6c251c5f67.zip
bump slf4j version to 1.6.4
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1021 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1111d5c2..b35f2e0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,21 +378,21 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.11</version>
+ <version>1.6.4</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.11</version>
+ <version>1.6.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.5.11</version>
+ <version>1.6.4</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>