Upgrade to AspectJ 1.9.2, Rome 1.11.1, OpenPDF 1.2.5, POI 4.0

This commit is contained in:
Juergen Hoeller
2018-10-25 15:15:47 +02:00
parent 95542778ad
commit 67bd3f670f
4 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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)

View File

@@ -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}")

View File

@@ -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}")