aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-01-19 12:10:48 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-01-19 12:10:48 +0100
commit38ae8cb883ab73603f490d62b4cac38c51ac43e1 (patch)
treeca5f799869114e661a8cf1dedf1865d4d5c56be4 /common
parentff3495293eff7c1a6eebd105bf79d23879d8d830 (diff)
downloadmoa-id-spss-38ae8cb883ab73603f490d62b4cac38c51ac43e1.tar.gz
moa-id-spss-38ae8cb883ab73603f490d62b4cac38c51ac43e1.tar.bz2
moa-id-spss-38ae8cb883ab73603f490d62b4cac38c51ac43e1.zip
update libraries
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 3d790d29b..e702c5e66 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -67,12 +67,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.4</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.7</version>
+ <version>1.7.10</version>
</dependency>
<!-- <dependency>
<groupId>org.slf4j</groupId>
@@ -82,12 +82,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.7.7</version>
+ <version>1.7.10</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.7</version>
+ <version>1.7.10</version>
</dependency>
<!-- <dependency>
<groupId>org.slf4j</groupId>
@@ -97,17 +97,16 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.7</version>
+ <version>1.7.10</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
- <version>1.7.7</version>
+ <version>1.7.10</version>
</dependency>
</dependencies>