maven upgrades

This commit is contained in:
eugenp
2013-12-18 12:26:02 +02:00
parent 3fccfb3400
commit 7faea3a569
21 changed files with 28 additions and 27 deletions
+4 -4
View File
@@ -79,11 +79,11 @@
<properties>
<!-- Spring -->
<org.springframework.version>3.2.5.RELEASE</org.springframework.version>
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.2.7.SP1</hibernate.version>
<hibernate.version>4.3.0.Final</hibernate.version>
<mysql-connector-java.version>5.1.27</mysql-connector-java.version>
<!-- logging -->
@@ -102,8 +102,8 @@
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<httpcore.version>4.2.5</httpcore.version>
<httpclient.version>4.2.6</httpclient.version>
<httpcore.version>4.3</httpcore.version>
<httpclient.version>4.3.1</httpclient.version>
<rest-assured.version>2.1.0</rest-assured.version>
<groovy.version>1.8.9</groovy.version>