Skip to content

Commit 9289023

Browse files
committed
Upgrade to OpenPDF 1.2.21, Rome 1.12.1, XStream 1.4.11.1
Includes updated javadoc links for 5.1.x branch.
1 parent b1e8ed1 commit 9289023

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
ext {
20-
linkHomepage = "https://projects.spring.io/spring-framework"
20+
linkHomepage = "https://spring.io/projects/spring-framework"
2121
linkCi = "https://build.spring.io/browse/SPR"
2222
linkIssue = "https://github.com/spring-projects/spring-framework/issues"
2323
linkScmUrl = "https://github.com/spring-projects/spring-framework"
@@ -178,7 +178,7 @@ configure(allprojects) { project ->
178178
"https://docs.oracle.com/javase/8/docs/api/",
179179
"https://docs.oracle.com/javaee/7/api/",
180180
"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/",
182182
"https://glassfish.java.net/nonav/docs/v3/api/",
183183
"https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/",
184184
"https://docs.jboss.org/jbossas/javadoc/7.1.2.Final/",

spring-messaging/spring-messaging.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testCompile("javax.inject:javax.inject-tck:1")
1919
testCompile("javax.servlet:javax.servlet-api:4.0.1")
2020
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")
2222
testCompile("org.apache.activemq:activemq-broker:5.8.0")
2323
testCompile("org.apache.activemq:activemq-kahadb-store:5.8.0") {
2424
exclude group: "org.springframework", module: "spring-context"

spring-oxm/spring-oxm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dependencies {
105105
exclude group: "org.springframework", module: "spring-context"
106106
exclude group: "commons-logging", module: "commons-logging"
107107
}
108-
optional("com.thoughtworks.xstream:xstream:1.4.10") {
108+
optional("com.thoughtworks.xstream:xstream:1.4.11.1") {
109109
exclude group: "xpp3", module: "xpp3_min"
110110
exclude group: "xmlpull", module: "xmlpull"
111111
}

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ dependencies {
6666
testCompile("org.junit.platform:junit-platform-runner")
6767
testCompile("org.junit.jupiter:junit-jupiter-params")
6868
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")
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

Lines changed: 1 addition & 1 deletion
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.12.0")
61+
optional("com.rometools:rome:1.12.1")
6262
optional("com.caucho:hessian:4.0.51")
6363
optional("org.codehaus.groovy:groovy:${groovyVersion}")
6464
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
optional("javax.el:javax.el-api:3.0.1-b04")
2323
optional("javax.xml.bind:jaxb-api:2.3.1")
2424
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")
2727
optional("org.apache.poi:poi-ooxml:4.1.0")
2828
optional("org.freemarker:freemarker:${freemarkerVersion}")
2929
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")

0 commit comments

Comments
 (0)