Update httpclient to 4.5.14

Closes gh-12421
This commit is contained in:
Marcus Da Coregio 2022-12-16 13:55:05 -03:00
parent e1d61aff62
commit 4507072b69
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ dependencies {
api "org.apache.directory.server:apacheds-protocol-shared:1.5.5"
api "org.apache.directory.server:apacheds-server-jndi:1.5.5"
api "org.apache.directory.shared:shared-ldap:0.9.15"
api "org.apache.httpcomponents:httpclient:4.5.13"
api "org.apache.httpcomponents:httpclient:4.5.14"
api "org.aspectj:aspectjrt:$aspectjVersion"
api "org.aspectj:aspectjweaver:$aspectjVersion"
api "org.assertj:assertj-core:3.23.1"