hibernate and other maven upgrades

This commit is contained in:
eugenp
2013-08-19 21:34:24 +03:00
parent 8b6a612e6c
commit e412b13818
23 changed files with 37 additions and 52 deletions

View File

@@ -125,7 +125,7 @@
<org.springframework.security.version>3.1.4.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.2.3.Final</hibernate.version>
<hibernate.version>4.2.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>
<!-- logging -->
@@ -152,7 +152,7 @@
<!-- Maven plugins -->
<cargo-maven2-plugin.version>1.4.3</cargo-maven2-plugin.version>
<maven-surefire-plugin.version>2.15</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
</properties>
</project>