File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: "groovy"
55dependencies {
66 compile(project(' :spring-core' ))
77 optional(" javax.inject:javax.inject:1" )
8- optional(" org.yaml:snakeyaml:1.19 " )
8+ optional(" org.yaml:snakeyaml:1.20 " )
99 optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1010 optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
1111 optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 optional(" org.seleniumhq.selenium:htmlunit-driver:2.29.2" ) {
4949 exclude group : " commons-logging" , module : " commons-logging"
5050 }
51- optional(" org.seleniumhq.selenium:selenium-java:3.9.1 " ) {
51+ optional(" org.seleniumhq.selenium:selenium-java:3.10.0 " ) {
5252 exclude group : " commons-logging" , module : " commons-logging"
5353 exclude group : " io.netty" , module : " netty"
5454 }
@@ -66,7 +66,7 @@ dependencies {
6666 testCompile(" javax.mail:javax.mail-api:1.6.1" )
6767 testCompile(" org.hibernate:hibernate-core:5.2.14.Final" )
6868 testCompile(" org.hibernate:hibernate-validator:6.0.7.Final" )
69- // Enable use of the JUnitPlatform Runner
69+ // Enable use of the JUnit Platform Runner
7070 testCompile(" org.junit.platform:junit-platform-runner:${ junitPlatformVersion} " )
7171 testCompile(" org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} " )
7272 testCompile(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments