File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: "groovy"
5
5
dependencies {
6
6
compile(project(" :spring-core" ))
7
7
optional(" javax.inject:javax.inject:1" )
8
- optional(" org.yaml:snakeyaml:1.23 " )
8
+ optional(" org.yaml:snakeyaml:1.24 " )
9
9
optional(" org.codehaus.groovy:groovy-xml:${ groovyVersion} " )
10
10
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
11
11
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ dependencies {
37
37
optional(" org.apache.taglibs:taglibs-standard-jstlel:1.2.5" ) {
38
38
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
39
39
}
40
- optional(" net.sourceforge.htmlunit:htmlunit:2.33 " ) {
40
+ optional(" net.sourceforge.htmlunit:htmlunit:2.34.1 " ) {
41
41
exclude group : " commons-logging" , module : " commons-logging"
42
42
}
43
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.33.3 " ) {
43
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.34.0 " ) {
44
44
exclude group : " commons-logging" , module : " commons-logging"
45
45
}
46
46
optional(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
You can’t perform that action at this time.
0 commit comments