summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2013-04-07 10:43:26 +0200
committerSebastian Schmelzer2013-04-07 10:43:26 +0200
commite72118fea99937e5ac0c7253c2f91cd0bba6c77d (patch)
tree06e049b2d991000e134fe81c9bf265dcd9d9a552
parentwicket's IDataProvider#iterator wants to have long instead of int -> update p... (diff)
downloadxss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.tar.gz
xss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.tar.xz
xss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.zip
update depency versions
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 96fe7af..f924ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <hibernate.version>4.1.4.Final</hibernate.version>
- <slf4j.version>1.6.1</slf4j.version>
+ <hibernate.version>4.1.10.Final</hibernate.version>
+ <slf4j.version>1.7.3</slf4j.version>
</properties>
<dependencies>