Skip to content

Commit 67bd3f6

Browse files
committed
Upgrade to AspectJ 1.9.2, Rome 1.11.1, OpenPDF 1.2.5, POI 4.0
1 parent 9554277 commit 67bd3f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828
!it.name.equals("spring-build-src") && !it.name.equals("spring-framework-bom")
2929
}
3030

31-
aspectjVersion = "1.9.1"
31+
aspectjVersion = "1.9.2"
3232
freemarkerVersion = "2.3.28"
3333
groovyVersion = "2.5.3"
3434
hsqldbVersion = "2.4.1"

spring-test/spring-test.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
testCompile("org.junit.jupiter:junit-jupiter-params")
6868
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
6969
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
70-
testCompile("com.rometools:rome:1.11.0")
70+
testCompile("com.rometools:rome:1.11.1")
7171
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
7272
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7373
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)

spring-web/spring-web.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
optional("com.google.code.gson:gson:2.8.5")
5959
optional("com.google.protobuf:protobuf-java-util:3.6.1")
6060
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
61-
optional("com.rometools:rome:1.11.0")
61+
optional("com.rometools:rome:1.11.1")
6262
optional("com.caucho:hessian:4.0.51")
6363
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
6464
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-webmvc/spring-webmvc.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ dependencies {
2222
optional("javax.el:javax.el-api:3.0.1-b04")
2323
optional("javax.xml.bind:jaxb-api:2.3.0")
2424
optional("org.webjars:webjars-locator-core:0.35")
25-
optional("com.rometools:rome:1.11.0")
26-
optional("com.github.librepdf:openpdf:1.2.2")
27-
optional("org.apache.poi:poi-ooxml:3.17")
25+
optional("com.rometools:rome:1.11.1")
26+
optional("com.github.librepdf:openpdf:1.2.5")
27+
optional("org.apache.poi:poi-ooxml:4.0.0")
2828
optional("org.freemarker:freemarker:${freemarkerVersion}")
2929
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
3030
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")

0 commit comments

Comments
 (0)