aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 15:36:27 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 15:36:27 +0200
commit8e595eec1e3418e3c71037fc2c3752a243fc49d6 (patch)
tree9065ca941fc0ff3519a4fce37f085c6a50f0e166 /common
parenta9d4f7680a15cd113539d583832b1a7abeeb6267 (diff)
downloadmoa-id-spss-8e595eec1e3418e3c71037fc2c3752a243fc49d6.tar.gz
moa-id-spss-8e595eec1e3418e3c71037fc2c3752a243fc49d6.tar.bz2
moa-id-spss-8e595eec1e3418e3c71037fc2c3752a243fc49d6.zip
update slf4j to version 1.7.6
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/pom.xml b/common/pom.xml
index dba1c60fe..b3fc943ff 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -72,27 +72,27 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
</dependency>
</dependencies>