diff options
author | Sebastian Schmelzer | 2013-04-07 10:43:26 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2013-04-07 10:43:26 +0200 |
commit | e72118fea99937e5ac0c7253c2f91cd0bba6c77d (patch) | |
tree | 06e049b2d991000e134fe81c9bf265dcd9d9a552 | |
parent | wicket's IDataProvider#iterator wants to have long instead of int -> update p... (diff) | |
download | xss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.tar.gz xss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.tar.xz xss-jpa-e72118fea99937e5ac0c7253c2f91cd0bba6c77d.zip |
update depency versions
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |