This is an automated email from the ASF dual-hosted git repository. aldrin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi-minifi.git
commit 49115f03cc480b891ad4e404f86dce709cb9d6a2 Author: jamesb4887 <[email protected]> AuthorDate: Tue Oct 8 16:54:50 2019 +0100 updated httpcomponents version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21a1e5e..544409f 100644 --- a/pom.xml +++ b/pom.xml @@ -598,7 +598,7 @@ limitations under the License. <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.4</version> + <version>4.4.12</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>
