From 62216968e84fceedc2f3f8fdf6ce9aec648a78ef Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Thu, 29 Mar 2018 14:55:56 +0200 Subject: [PATCH] Update BouncyCastle to 1.59 --- asciidoc/release-notes.adoc | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index d24f40b1..3efa6715 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -83,7 +83,7 @@ For details about the following changes, check our JIRA install at link:https:// - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[]) - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevičius) -- IMPROVEMENT: Update BouncyCastle to 1.52 (jira:IVY-1521[]) (Thanks to Michal Srb) +- IMPROVEMENT: Update BouncyCastle to 1.59 (jira:IVY-1521[]) (Thanks to Michal Srb) - IMPROVEMENT: `symlinkmass` option of retrieve task has been deprecated in this release and will no longer be supported since, starting this version of Ivy, Ivy uses Java standard API(s) for symlink management and as such doesn't spawn a process to execute symlink creation shell commands, like it used to do earlier. The `symlinkmass` option was previously there to launch just one single process instead of multiple processes for symlink creation. Now with the usage of the Java standard API(s), this option no longer is relevant. - IMPROVEMENT: Ivy command line now supports passing `overwriteMode` option to `retrieve` task (jira:IVY-1447[]) - IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[]) @@ -92,7 +92,7 @@ For details about the following changes, check our JIRA install at link:https:// - NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill) - NEW: Add ivy.maven.lookup.sources and ivy.maven.lookup.javadoc variables to control the lookup of the additional artifacts. Defaults to true, for backward compatibility (jira:IVY-1529[]) -- NEW: Add (conditional) support for SHA-256 SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai) +- NEW: Add (conditional) support for SHA-256, SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai) //// diff --git a/version.properties b/version.properties index be3d822c..f1a04ae2 100644 --- a/version.properties +++ b/version.properties @@ -30,7 +30,7 @@ target.ivy.bundle.version.qualifier=alpha_ # running Ant, so we could not use that name here. apache-ant.version=1.9.10 ant-contrib.version=1.0b3 -bouncycastle.version=1.58 +bouncycastle.version=1.59 commons-vfs2.version=2.2 hamcrest.version=1.3 httpclient.version=4.5.3