File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
11
optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.3" )
12
- optional(" org.hibernate:hibernate-core:5.3.6 .Final" )
12
+ optional(" org.hibernate:hibernate-core:5.3.7 .Final" )
13
13
optional(" javax.servlet:javax.servlet-api:3.1.0" )
14
14
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
15
15
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
testCompile(" javax.ejb:javax.ejb-api:3.2" )
61
61
testCompile(" javax.interceptor:javax.interceptor-api:1.2.2" )
62
62
testCompile(" javax.mail:javax.mail-api:1.6.2" )
63
- testCompile(" org.hibernate:hibernate-core:5.3.6 .Final" )
63
+ testCompile(" org.hibernate:hibernate-core:5.3.7 .Final" )
64
64
testCompile(" org.hibernate:hibernate-validator:6.0.13.Final" )
65
65
// Enable use of the JUnit Platform Runner
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
You can’t perform that action at this time.
0 commit comments