Skip to content

Commit bb5d99a

Browse files
committed
Upgrade to Hibernate ORM 5.3.3, Undertow 2.0.11, Mockito 2.19.1
1 parent 390bb87 commit bb5d99a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext {
4747
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
4848
tiles3Version = "3.0.8"
4949
tomcatVersion = "9.0.10"
50-
undertowVersion = "2.0.10.Final"
50+
undertowVersion = "2.0.11.Final"
5151

5252
gradleScriptDir = "${rootProject.projectDir}/gradle"
5353
withoutJclOverSlf4J = {
@@ -157,7 +157,7 @@ configure(allprojects) { project ->
157157
testCompile("junit:junit:4.12") {
158158
exclude group:'org.hamcrest', module:'hamcrest-core'
159159
}
160-
testCompile("org.mockito:mockito-core:2.19.0") {
160+
testCompile("org.mockito:mockito-core:2.19.1") {
161161
exclude group:'org.hamcrest', module:'hamcrest-core'
162162
}
163163
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

spring-orm/spring-orm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
1111
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2")
12-
optional("org.hibernate:hibernate-core:5.3.2.Final")
12+
optional("org.hibernate:hibernate-core:5.3.3.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

0 commit comments

Comments
 (0)