Upgrade to Hibernate ORM 5.3.3, Undertow 2.0.11, Mockito 2.19.1
This commit is contained in:
parent
390bb871d8
commit
bb5d99a083
|
|
@ -47,7 +47,7 @@ ext {
|
|||
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||
tiles3Version = "3.0.8"
|
||||
tomcatVersion = "9.0.10"
|
||||
undertowVersion = "2.0.10.Final"
|
||||
undertowVersion = "2.0.11.Final"
|
||||
|
||||
gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||
withoutJclOverSlf4J = {
|
||||
|
|
@ -157,7 +157,7 @@ configure(allprojects) { project ->
|
|||
testCompile("junit:junit:4.12") {
|
||||
exclude group:'org.hamcrest', module:'hamcrest-core'
|
||||
}
|
||||
testCompile("org.mockito:mockito-core:2.19.0") {
|
||||
testCompile("org.mockito:mockito-core:2.19.1") {
|
||||
exclude group:'org.hamcrest', module:'hamcrest-core'
|
||||
}
|
||||
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ dependencies {
|
|||
optional(project(":spring-context"))
|
||||
optional(project(":spring-web"))
|
||||
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2")
|
||||
optional("org.hibernate:hibernate-core:5.3.2.Final")
|
||||
optional("org.hibernate:hibernate-core:5.3.3.Final")
|
||||
optional("javax.servlet:javax.servlet-api:3.1.0")
|
||||
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue