Upgrade to Kotlin 1.2.71, OkHttp 3.12, FreeMarker 2.3.28

Also includes Apache HttpClient 4.5.6 and HttpAsyncClient 4.1.4.
This commit is contained in:
Juergen Hoeller
2018-11-24 14:44:57 +01:00
parent 4a51acbeb2
commit 02616fbabd
5 changed files with 11 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ dependencies {
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
testCompile("org.apache.httpcomponents:httpclient:4.5.6") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("io.projectreactor.ipc:reactor-netty")