File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
4
4
compile(project(" :spring-beans" ))
5
5
compile(project(" :spring-core" ))
6
6
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
7
- optional(" org.apache.commons:commons-pool2:2.6.0 " )
7
+ optional(" org.apache.commons:commons-pool2:2.6.2 " )
8
8
optional(" com.jamonapi:jamon:2.81" )
9
9
}
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ dependencies {
19
19
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
20
20
optional(" org.codehaus.groovy:groovy:${ groovyVersion} " )
21
21
optional(" org.beanshell:bsh:2.0b5" )
22
- optional(" joda-time:joda-time:2.10.4 " )
22
+ optional(" joda-time:joda-time:2.10.5 " )
23
23
optional(" org.hibernate:hibernate-validator:5.4.3.Final" )
24
24
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
25
25
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
26
26
testCompile(" org.codehaus.groovy:groovy-jsr223:${ groovyVersion} " )
27
27
testCompile(" org.codehaus.groovy:groovy-test:${ groovyVersion} " )
28
28
testCompile(" org.codehaus.groovy:groovy-xml:${ groovyVersion} " )
29
- testCompile(" org.apache.commons:commons-pool2:2.6.0 " )
29
+ testCompile(" org.apache.commons:commons-pool2:2.6.2 " )
30
30
testCompile(" javax.inject:javax.inject-tck:1" )
31
31
testCompile(" org.awaitility:awaitility:3.1.6" )
32
32
testRuntime(" javax.xml.bind:jaxb-api:2.3.1" )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
}
56
56
testCompile(" commons-fileupload:commons-fileupload:1.4" )
57
57
testCompile(" commons-io:commons-io:2.5" )
58
- testCompile(" joda-time:joda-time:2.10.4 " )
58
+ testCompile(" joda-time:joda-time:2.10.5 " )
59
59
testCompile(" org.mozilla:rhino:1.7.10" )
60
60
testCompile(" dom4j:dom4j:1.6.1" ) {
61
61
exclude group : " xml-apis" , module : " xml-apis"
You can’t perform that action at this time.
0 commit comments