File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
}
18
18
19
19
ext {
20
- linkHomepage = " https://projects. spring.io/spring-framework"
20
+ linkHomepage = " https://spring.io/projects /spring-framework"
21
21
linkCi = " https://build.spring.io/browse/SPR"
22
22
linkIssue = " https://github.com/spring-projects/spring-framework/issues"
23
23
linkScmUrl = " https://github.com/spring-projects/spring-framework"
@@ -178,7 +178,7 @@ configure(allprojects) { project ->
178
178
" https://docs.oracle.com/javase/8/docs/api/" ,
179
179
" https://docs.oracle.com/javaee/7/api/" ,
180
180
" https://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/" , // CommonJ
181
- " https://pic.dhe. ibm.com/infocenter/wasinfo/v7r0/topic /com.ibm.websphere.javadoc.doc/web/apidocs/" ,
181
+ " https://www. ibm.com/support/knowledgecenter/SS7JFU_8.5.5 /com.ibm.websphere.javadoc.doc/web/apidocs/" ,
182
182
" https://glassfish.java.net/nonav/docs/v3/api/" ,
183
183
" https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ,
184
184
" https://docs.jboss.org/jbossas/javadoc/7.1.2.Final/" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testCompile(" javax.inject:javax.inject-tck:1" )
19
19
testCompile(" javax.servlet:javax.servlet-api:4.0.1" )
20
20
testCompile(" javax.validation:validation-api:1.1.0.Final" )
21
- testCompile(" com.thoughtworks.xstream:xstream:1.4.10 " )
21
+ testCompile(" com.thoughtworks.xstream:xstream:1.4.11.1 " )
22
22
testCompile(" org.apache.activemq:activemq-broker:5.8.0" )
23
23
testCompile(" org.apache.activemq:activemq-kahadb-store:5.8.0" ) {
24
24
exclude group : " org.springframework" , module : " spring-context"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ dependencies {
105
105
exclude group : " org.springframework" , module : " spring-context"
106
106
exclude group : " commons-logging" , module : " commons-logging"
107
107
}
108
- optional(" com.thoughtworks.xstream:xstream:1.4.10 " ) {
108
+ optional(" com.thoughtworks.xstream:xstream:1.4.11.1 " ) {
109
109
exclude group : " xpp3" , module : " xpp3_min"
110
110
exclude group : " xmlpull" , module : " xmlpull"
111
111
}
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ dependencies {
66
66
testCompile(" org.junit.platform:junit-platform-runner" )
67
67
testCompile(" org.junit.jupiter:junit-jupiter-params" )
68
68
testCompile(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
69
- testCompile(" com.thoughtworks.xstream:xstream:1.4.10 " )
70
- testCompile(" com.rometools:rome:1.12.0 " )
69
+ testCompile(" com.thoughtworks.xstream:xstream:1.4.11.1 " )
70
+ testCompile(" com.rometools:rome:1.12.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.12.0 " )
61
+ optional(" com.rometools:rome:1.12.1 " )
62
62
optional(" com.caucho:hessian:4.0.51" )
63
63
optional(" org.codehaus.groovy:groovy:${ groovyVersion} " )
64
64
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
optional(" javax.el:javax.el-api:3.0.1-b04" )
23
23
optional(" javax.xml.bind:jaxb-api:2.3.1" )
24
24
optional(" org.webjars:webjars-locator-core:0.37" )
25
- optional(" com.rometools:rome:1.12.0 " )
26
- optional(" com.github.librepdf:openpdf:1.2.17 " )
25
+ optional(" com.rometools:rome:1.12.1 " )
26
+ optional(" com.github.librepdf:openpdf:1.2.21 " )
27
27
optional(" org.apache.poi:poi-ooxml:4.1.0" )
28
28
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
29
29
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
You can’t perform that action at this time.
0 commit comments