Update httpclient to 4.5.14

Closes gh-12403
This commit is contained in:
Marcus Da Coregio 2022-12-15 15:22:02 -03:00
parent aaa611c5b0
commit 143944619b
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.23.1"