diff --git a/build.gradle b/build.gradle index 7865e3c068..124abfdee3 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ configure(allprojects) { project -> ext.aspectjVersion = "1.8.5" ext.eclipselinkVersion = "2.4.2" - ext.ehcacheVersion = "2.9.1" + ext.ehcacheVersion = "2.10.0" ext.ehcachejcacheVersion = "1.0.1" ext.fileuploadVersion = "1.3.1" ext.freemarkerVersion = "2.3.22" @@ -42,8 +42,8 @@ configure(allprojects) { project -> ext.hsqldbVersion = "2.3.2" ext.httpclientVersion = "4.4" ext.httpasyncVersion = "4.0.2" - ext.jackson2Version = "2.5.2" - ext.jasperreportsVersion = "6.0.3" + ext.jackson2Version = "2.5.3" + ext.jasperreportsVersion = "6.0.4" ext.javamailVersion = "1.5.3" ext.jettyVersion = "9.2.10.v20150310" ext.jodaVersion = "2.7" @@ -54,15 +54,15 @@ configure(allprojects) { project -> ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4) ext.protobufVersion = "2.6.1" ext.reactorVersion = "2.0.1.RELEASE" - ext.slf4jVersion = "1.7.11" + ext.slf4jVersion = "1.7.12" ext.snakeyamlVersion = "1.15" ext.snifferVersion = "1.14" ext.testngVersion = "6.8.21" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.5" - ext.tomcatVersion = "8.0.21" + ext.tomcatVersion = "8.0.22" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.2.4.Final" + ext.undertowVersion = "1.2.5.Final" ext.woodstoxVersion = "4.4.1" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.8" @@ -455,6 +455,7 @@ project("spring-context") { dependencies { compile(project(":spring-aop")) compile(project(":spring-beans")) + compile(project(":spring-beans-groovy")) compile(project(":spring-expression")) compile(project(":spring-core")) compile(files(project(":spring-core").cglibRepackJar))