@@ -38,9 +38,9 @@ configure(allprojects) { project ->
38
38
ext. hibVal4Version = " 4.3.2.Final"
39
39
ext. hibVal5Version = " 5.1.3.Final"
40
40
ext. hsqldbVersion = " 2.3.2"
41
- ext. jackson2Version = " 2.4.3 "
42
- ext. jasperReportsVersion = " 5.6.1 "
43
- ext. jettyVersion = " 9.2.4.v20141103 "
41
+ ext. jackson2Version = " 2.4.4 "
42
+ ext. jasperReportsVersion = " 6.0.0 "
43
+ ext. jettyVersion = " 9.2.5.v20141112 "
44
44
ext. jodaVersion = " 2.5"
45
45
ext. junitVersion = " 4.11"
46
46
ext. nettyVersion = " 4.0.24.Final"
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
53
ext. tiles2Version = " 2.2.2"
54
54
ext. tiles3Version = " 3.0.5"
55
55
ext. tomcatVersion = " 8.0.15"
56
- ext. tyrusVersion = " 1.3.5"
56
+ ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
57
57
ext. undertowVersion = " 1.1.0.Final"
58
58
ext. woodstoxVersion = " 4.4.1"
59
59
ext. xstreamVersion = " 1.4.7"
@@ -460,7 +460,7 @@ project("spring-context") {
460
460
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
461
461
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
462
462
optional(" org.beanshell:bsh:2.0b4" )
463
- optional(" org.jruby:jruby:1.7.16" )
463
+ optional(" org.jruby:jruby:1.7.16.1 " )
464
464
testCompile(" javax.inject:javax.inject-tck:1" )
465
465
testCompile(" commons-dbcp:commons-dbcp:1.4" )
466
466
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
0 commit comments