@@ -26,7 +26,7 @@ dependencies {
26
26
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
27
27
optional(" javax.el:javax.el-api:3.0.1-b04" )
28
28
optional(" javax.xml.bind:jaxb-api:2.3.0" )
29
- optional(' org.webjars:webjars-locator:0.32-1 ' )
29
+ optional(' org.webjars:webjars-locator-core :0.35 ' )
30
30
optional(" com.rometools:rome:1.9.0" )
31
31
optional(" com.github.librepdf:openpdf:1.0.5" )
32
32
optional(" org.apache.poi:poi-ooxml:3.17" )
@@ -61,7 +61,7 @@ dependencies {
61
61
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
62
62
testCompile(" commons-io:commons-io:2.5" )
63
63
testCompile(" joda-time:joda-time:2.9.9" )
64
- testCompile(" org.mozilla:rhino:1.7.7.2 " )
64
+ testCompile(" org.mozilla:rhino:1.7.8 " )
65
65
testCompile(" dom4j:dom4j:1.6.1" ) {
66
66
exclude group : " xml-apis" , module : " xml-apis"
67
67
}
@@ -77,7 +77,7 @@ dependencies {
77
77
testCompile(" org.jetbrains.kotlin:kotlin-script-runtime:${ kotlinVersion} " )
78
78
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
79
79
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
80
- testRuntime(" org.jruby:jruby:9.1.14 .0" )
80
+ testRuntime(" org.jruby:jruby:9.1.15 .0" )
81
81
testRuntime(" org.python:jython-standalone:2.7.1" )
82
82
testRuntime(" org.webjars:underscorejs:1.8.3" )
83
83
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
0 commit comments