maven upgrades
This commit is contained in:
@@ -141,11 +141,11 @@
|
||||
|
||||
<properties>
|
||||
<!-- Spring -->
|
||||
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
|
||||
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
|
||||
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
|
||||
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
|
||||
|
||||
<!-- persistence -->
|
||||
<hibernate.version>4.3.1.Final</hibernate.version>
|
||||
<hibernate.version>4.3.4.Final</hibernate.version>
|
||||
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
|
||||
|
||||
<!-- logging -->
|
||||
@@ -157,17 +157,17 @@
|
||||
|
||||
<!-- util -->
|
||||
<guava.version>16.0.1</guava.version>
|
||||
<commons-lang3.version>3.2.1</commons-lang3.version>
|
||||
<commons-lang3.version>3.3</commons-lang3.version>
|
||||
|
||||
<!-- testing -->
|
||||
<org.hamcrest.version>1.3</org.hamcrest.version>
|
||||
<junit.version>4.11</junit.version>
|
||||
<mockito.version>1.9.5</mockito.version>
|
||||
|
||||
<httpcore.version>4.3.1</httpcore.version>
|
||||
<httpclient.version>4.3.2</httpclient.version>
|
||||
<httpcore.version>4.3.2</httpcore.version>
|
||||
<httpclient.version>4.3.3</httpclient.version>
|
||||
|
||||
<rest-assured.version>2.0.1</rest-assured.version>
|
||||
<rest-assured.version>2.3.0</rest-assured.version>
|
||||
|
||||
<!-- maven plugins -->
|
||||
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
|
||||
|
||||
Reference in New Issue
Block a user