File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
! it. name. equals(" spring-build-src" ) && ! it. name. equals(" spring-framework-bom" )
29
29
}
30
30
31
- aspectjVersion = " 1.9.1 "
31
+ aspectjVersion = " 1.9.2 "
32
32
freemarkerVersion = " 2.3.28"
33
33
groovyVersion = " 2.5.3"
34
34
hsqldbVersion = " 2.4.1"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
68
68
testCompile(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
69
69
testCompile(" com.thoughtworks.xstream:xstream:1.4.10" )
70
- testCompile(" com.rometools:rome:1.11.0 " )
70
+ testCompile(" com.rometools:rome:1.11.1 " )
71
71
testCompile(" org.apache.tiles:tiles-api:${ tiles3Version} " )
72
72
testCompile(" org.apache.tiles:tiles-core:${ tiles3Version} " , withoutJclOverSlf4J)
73
73
testCompile(" org.apache.tiles:tiles-servlet:${ tiles3Version} " , withoutJclOverSlf4J)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
optional(" com.google.code.gson:gson:2.8.5" )
59
59
optional(" com.google.protobuf:protobuf-java-util:3.6.1" )
60
60
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 " )
62
62
optional(" com.caucho:hessian:4.0.51" )
63
63
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
64
64
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ dependencies {
22
22
optional(" javax.el:javax.el-api:3.0.1-b04" )
23
23
optional(" javax.xml.bind:jaxb-api:2.3.0" )
24
24
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 " )
28
28
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
29
29
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
30
30
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments