Skip to content

Commit 516c01c

Browse files
committed
Upgrade javadoc links to Jackson 2.9
Includes rollback to Hibernate ORM 5.1.16 for integration tests.
1 parent 4307707 commit 516c01c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ configure(allprojects) { project ->
185185
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
186186
"http://ehcache.org/apidocs/2.10.4",
187187
"http://quartz-scheduler.org/api/2.2.1/",
188-
"http://fasterxml.github.io/jackson-core/javadoc/2.8/",
189-
"http://fasterxml.github.io/jackson-databind/javadoc/2.8/",
190-
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/",
188+
"http://fasterxml.github.io/jackson-core/javadoc/2.9/",
189+
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
190+
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
191191
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
192192
] as String[]
193193
}
@@ -276,7 +276,7 @@ configure(rootProject) {
276276
testCompile("javax.servlet:javax.servlet-api:3.1.0")
277277
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
278278
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
279-
testCompile("org.hibernate:hibernate-core:5.1.17.Final")
279+
testCompile("org.hibernate:hibernate-core:5.1.16.Final")
280280
}
281281

282282
artifacts {

0 commit comments

Comments
 (0)