Skip to content

Commit da324e3

Browse files
committed
Latest dependency updates (Groovy 2.3.4, Hibernate 4.3.6)
1 parent 9d6c38b commit da324e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ configure(allprojects) { project ->
1717
ext.eclipseLinkVersion = "2.4.2"
1818
ext.ehcacheVersion = "2.8.3"
1919
ext.ehcacheJCacheVersion = "1.0.0"
20-
ext.groovyVersion = "2.3.3"
20+
ext.groovyVersion = "2.3.4"
2121
ext.hibernate3Version = "3.6.10.Final"
22-
ext.hibernate4Version = "4.3.5.Final"
22+
ext.hibernate4Version = "4.3.6.Final"
2323
ext.hibVal4Version = "4.3.1.Final"
2424
ext.hibVal5Version = "5.1.1.Final"
2525
ext.hsqldbVersion = "2.3.2"
@@ -164,7 +164,7 @@ configure(allprojects) { project ->
164164
"http://quartz-scheduler.org/api/2.2.0/",
165165
"http://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
166166
"http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
167-
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs"
167+
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
168168
] as String[]
169169
}
170170

0 commit comments

Comments
 (0)