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 f94cffbc6bcd845a85ff43c520ece43de7d17f26 Author: jamesb4887 <[email protected]> AuthorDate: Tue Oct 8 17:00:04 2019 +0100 MINIFI-518 Update httpcomponents httpcore to 4.4.12 to resolve issues with those items using the SSLContextBuilder class. Signed-off-by: Aldrin Piri <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a869f1..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.11</version> + <version>4.4.12</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>
