maven upgrades
This commit is contained in:
@@ -225,16 +225,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>
|
||||
@@ -251,7 +251,7 @@
|
||||
<httpclient.version>4.3.3</httpclient.version>
|
||||
<httpcore.version>4.3.2</httpcore.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>
|
||||
|
||||
Reference in New Issue
Block a user