Skip to content

Commit 4f8c454

Browse files
committed
Upgrade to SnakeYAML 1.20 and Selenium 3.10
1 parent a0cc800 commit 4f8c454

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-beans/spring-beans.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: "groovy"
55
dependencies {
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}")

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)