Skip to content

Commit cc740df

Browse files
committed
Upgrade to Groovy 2.5.6 and Hibernate ORM 5.1.17
1 parent 15af0d9 commit cc740df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext {
3030

3131
aspectjVersion = "1.9.2"
3232
freemarkerVersion = "2.3.28"
33-
groovyVersion = "2.5.5"
33+
groovyVersion = "2.5.6"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.8"
3636
jettyVersion = "9.4.14.v20181114"
@@ -280,7 +280,7 @@ configure(rootProject) {
280280
testCompile("javax.servlet:javax.servlet-api:3.1.0")
281281
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
282282
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
283-
testCompile("org.hibernate:hibernate-core:5.1.16.Final")
283+
testCompile("org.hibernate:hibernate-core:5.1.17.Final")
284284
}
285285

286286
artifacts {

0 commit comments

Comments
 (0)