NIFI-9395 - MiNiFi - bump httpclient to 4.5.13

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5537
This commit is contained in:
Pierre Villard 2021-11-19 12:54:52 +01:00 committed by Matthew Burgess
parent 1ca5a1dbbf
commit bb97ecb2b1
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>