File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies {
8
8
optional(project(" :spring-aop" ))
9
9
optional(project(" :spring-context" ))
10
10
optional(project(" :spring-web" ))
11
- optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0-RC3 " )
12
- optional(" org.hibernate:hibernate-core:5.2.10 .Final" )
11
+ optional(" org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0" )
12
+ optional(" org.hibernate:hibernate-core:5.2.11 .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 @@ -48,7 +48,7 @@ dependencies {
48
48
optional(" org.seleniumhq.selenium:htmlunit-driver:2.27" ) {
49
49
exclude group : " commons-logging" , module : " commons-logging"
50
50
}
51
- optional(" org.seleniumhq.selenium:selenium-java:3.4.0 " ) {
51
+ optional(" org.seleniumhq.selenium:selenium-java:3.5.3 " ) {
52
52
exclude group : " commons-logging" , module : " commons-logging"
53
53
exclude group : " io.netty" , module : " netty"
54
54
}
@@ -64,7 +64,7 @@ dependencies {
64
64
testCompile(" javax.ejb:javax.ejb-api:3.2" )
65
65
testCompile(" javax.interceptor:javax.interceptor-api:1.2" )
66
66
testCompile(" javax.cache:cache-api:1.0.0" )
67
- testCompile(" org.hibernate:hibernate-core:5.2.10 .Final" )
67
+ testCompile(" org.hibernate:hibernate-core:5.2.11 .Final" )
68
68
testCompile(" org.hibernate:hibernate-validator:6.0.2.Final" )
69
69
// Enable use of the JUnitPlatform Runner
70
70
testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
You can’t perform that action at this time.
0 commit comments