maven upgrades

This commit is contained in:
eugenp
2014-04-04 17:14:48 +03:00
parent a039490b10
commit 9ab1ef8dfa
27 changed files with 139 additions and 139 deletions

View File

@@ -141,16 +141,16 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.3.4.Final</hibernate.version>
<hibernate.version>4.3.5.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>
<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
@@ -167,7 +167,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>
<rest-assured.version>2.3.0</rest-assured.version>
<rest-assured.version>2.3.1</rest-assured.version>
<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>