We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15af0d9 commit cc740dfCopy full SHA for cc740df
build.gradle
@@ -30,7 +30,7 @@ ext {
30
31
aspectjVersion = "1.9.2"
32
freemarkerVersion = "2.3.28"
33
- groovyVersion = "2.5.5"
+ groovyVersion = "2.5.6"
34
hsqldbVersion = "2.4.1"
35
jackson2Version = "2.9.8"
36
jettyVersion = "9.4.14.v20181114"
@@ -280,7 +280,7 @@ configure(rootProject) {
280
testCompile("javax.servlet:javax.servlet-api:3.1.0")
281
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
282
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
283
- testCompile("org.hibernate:hibernate-core:5.1.16.Final")
+ testCompile("org.hibernate:hibernate-core:5.1.17.Final")
284
}
285
286
artifacts {
0 commit comments