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

@@ -145,11 +145,11 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.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>
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
@@ -159,7 +159,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>