Skip to content

Commit f732a44

Browse files
committed
Latest dependency updates (Groovy 2.3.5, Hibernate Validator 4.3.2 & 5.1.2, Jetty 9.2.2)
1 parent 8cc0fa5 commit f732a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ configure(allprojects) { project ->
1818
ext.eclipseLinkVersion = "2.4.2"
1919
ext.ehcacheVersion = "2.8.3"
2020
ext.ehcacheJCacheVersion = "1.0.0"
21-
ext.groovyVersion = "2.3.4"
21+
ext.groovyVersion = "2.3.5"
2222
ext.hibernate3Version = "3.6.10.Final"
2323
ext.hibernate4Version = "4.3.6.Final"
24-
ext.hibVal4Version = "4.3.1.Final"
25-
ext.hibVal5Version = "5.1.1.Final"
24+
ext.hibVal4Version = "4.3.2.Final"
25+
ext.hibVal5Version = "5.1.2.Final"
2626
ext.hsqldbVersion = "2.3.2"
2727
ext.jackson2Version = "2.4.1"
2828
ext.gsonVersion = "2.2.4"
2929
ext.jasperReportsVersion = "5.6.0"
30-
ext.jettyVersion = "9.2.1.v20140609"
30+
ext.jettyVersion = "9.2.2.v20140723"
3131
ext.jodaVersion = "2.3"
3232
ext.junitVersion = "4.11"
3333
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)

0 commit comments

Comments
 (0)