maven upgrades

This commit is contained in:
eugenp
2015-02-21 19:57:34 +02:00
parent 255e5f0b33
commit 66978e97d4
34 changed files with 153 additions and 155 deletions

View File

@@ -287,16 +287,16 @@
<properties>
<!-- Spring -->
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.version>4.1.5.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<hibernate.version>4.3.8.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
<!-- http -->
<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
<httpclient.version>4.4</httpclient.version>
<!-- logging -->
<org.slf4j.version>1.7.9</org.slf4j.version>
@@ -318,9 +318,9 @@
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
<maven-war-plugin.version>2.5</maven-war-plugin.version>
<maven-war-plugin.version>2.6</maven-war-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
<cargo-maven2-plugin.version>1.4.12</cargo-maven2-plugin.version>
</properties>