diff --git a/build.gradle b/build.gradle index cb3315b2ae1..76fb2c29fb9 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ ext { !it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom") } - aspectjVersion = "1.9.1" + aspectjVersion = "1.9.2" freemarkerVersion = "2.3.28" groovyVersion = "2.5.3" hsqldbVersion = "2.4.1" diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index f4251a2070a..b1ba01a2ddf 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -67,7 +67,7 @@ dependencies { testCompile("org.junit.jupiter:junit-jupiter-params") testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") testCompile("com.thoughtworks.xstream:xstream:1.4.10") - testCompile("com.rometools:rome:1.11.0") + testCompile("com.rometools:rome:1.11.1") testCompile("org.apache.tiles:tiles-api:${tiles3Version}") testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J) testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J) diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 2a66fe75b86..695d0176f7e 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -58,7 +58,7 @@ dependencies { optional("com.google.code.gson:gson:2.8.5") optional("com.google.protobuf:protobuf-java-util:3.6.1") optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4") - optional("com.rometools:rome:1.11.0") + optional("com.rometools:rome:1.11.1") optional("com.caucho:hessian:4.0.51") optional("org.codehaus.groovy:groovy-all:${groovyVersion}") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 41570b8a767..6ea09d2d59b 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -22,9 +22,9 @@ dependencies { optional("javax.el:javax.el-api:3.0.1-b04") optional("javax.xml.bind:jaxb-api:2.3.0") optional("org.webjars:webjars-locator-core:0.35") - optional("com.rometools:rome:1.11.0") - optional("com.github.librepdf:openpdf:1.2.2") - optional("org.apache.poi:poi-ooxml:3.17") + optional("com.rometools:rome:1.11.1") + optional("com.github.librepdf:openpdf:1.2.5") + optional("org.apache.poi:poi-ooxml:4.0.0") optional("org.freemarker:freemarker:${freemarkerVersion}") optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")