maven upgrades

This commit is contained in:
eugenp
2014-02-13 00:29:52 +02:00
parent 4a4cf8491e
commit 512fb68c90
26 changed files with 215 additions and 215 deletions

View File

@@ -141,7 +141,7 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.0.0.RELEASE</org.springframework.version>
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
@@ -152,17 +152,17 @@
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<httpcore.version>4.3</httpcore.version>
<httpclient.version>4.3.1</httpclient.version>
<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<rest-assured.version>2.1.0</rest-assured.version>
<rest-assured.version>2.3.0</rest-assured.version>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<maven-war-plugin.version>2.4</maven-war-plugin.version>
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.5</cargo-maven2-plugin.version>
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>
</properties>