maven upgrades

This commit is contained in:
eugenp
2014-03-15 12:10:49 +02:00
parent cce938c9cb
commit d195c3a096
26 changed files with 151 additions and 151 deletions

View File

@@ -275,16 +275,16 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
<!-- http -->
<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>
<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
@@ -295,7 +295,7 @@
<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>