Update httpclient to 4.5.14

Closes gh-12395
This commit is contained in:
Marcus Da Coregio 2022-12-15 15:11:30 -03:00
parent 4ddecdbe36
commit c715df687a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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.22.0"