This is an automated email from the ASF dual-hosted git repository. maartenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push: new b5246c55 Fix sign task b5246c55 is described below commit b5246c559eab86fe949d2c4494fd2fbdcd43586b Author: COENE Maarten <maarten.co...@hexagon.com> AuthorDate: Sun Dec 22 16:28:18 2024 +0100 Fix sign task --- build-release.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-release.xml b/build-release.xml index 04d60181..36824322 100644 --- a/build-release.xml +++ b/build-release.xml @@ -438,9 +438,9 @@ <ivy2:cachepath organisation="org.apache.commons" settingsRef="sign.settingsId" transitive="false" log="download-only" module="commons-openpgp" revision="1.0-SNAPSHOT" inline="true" pathid="openpgp.classpath"/> <ivy2:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" log="download-only" - module="bcprov-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcprov.classpath"/> + module="bcprov-jdk15on" revision="1.60" inline="true" pathid="bouncycastle.bcprov.classpath"/> <ivy2:cachepath organisation="org.bouncycastle" settingsRef="sign.settingsId" transitive="false" log="download-only" - module="bcpg-jdk16" revision="1.45" inline="true" pathid="bouncycastle.bcpg.classpath"/> + module="bcpg-jdk15on" revision="1.60" inline="true" pathid="bouncycastle.bcpg.classpath"/> <!-- For some reason, if we use the openpgp:signer task here directly, the bouncycastle security