Upgrade to AspectJ 1.8.14 and Apache HttpClient 4.5.8

This commit is contained in:
Juergen Hoeller
2019-04-04 17:12:11 +02:00
parent 601e352f8c
commit d4ccaea98f
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ dependencies {
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
}
optional("org.apache.httpcomponents:httpclient:4.5.7") {
optional("org.apache.httpcomponents:httpclient:4.5.8") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")