Latest dependency updates (Hibernate Validator 4.3.2, propdeps plugin 0.0.7)

This commit is contained in:
Juergen Hoeller
2014-07-28 22:07:55 +02:00
parent 6e95b2613e
commit 44fac40a2f

View File

@@ -3,7 +3,7 @@ buildscript {
maven { url "http://repo.springsource.org/plugins-release" }
}
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.6")
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
classpath("org.asciidoctor:asciidoctor-gradle-plugin:0.7.0")
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.8")
}
@@ -18,7 +18,7 @@ configure(allprojects) { project ->
ext.groovyVersion = "1.8.9"
ext.hibernate3Version = "3.6.10.Final"
ext.hibernate4Version = "4.2.14.Final"
ext.hibVal4Version = "4.3.1.Final"
ext.hibVal4Version = "4.3.2.Final"
ext.hsqldbVersion = "2.3.2"
ext.jackson1Version = "1.9.13"
ext.jackson2Version = "2.3.3"