This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
commit 8e29e307d65aea69394036c94f4b4d3d84ec4eb3 Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Nov 2 18:14:25 2019 +0530 Upgrade to latest versions of bouncycastle and httpclient Contributed-by: Gintautas Grigelionis Pull request: https://github.com/apache/ant-ivy/pull/90/ --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 42a5795..74a8257 100644 --- a/version.properties +++ b/version.properties @@ -31,10 +31,10 @@ target.ivy.bundle.version.qualifier=alpha_ # running Ant, so we could not use that name here. apache-ant.version=1.9.14 ant-contrib.version=1.0b3 -bouncycastle.version=1.62 +bouncycastle.version=1.64 commons-vfs2.version=2.2 hamcrest.version=1.3 -httpclient.version=4.5.9 +httpclient.version=4.5.10 jsch.agentproxy.version=0.0.9 jsch.version=0.1.55 junit.version=4.12
