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 3a8510df Use latest Apache Rat Ant Task Library 3a8510df is described below commit 3a8510df0128360650540282126cb6df4be0bd1a Author: Maarten Coene <4728619+maart...@users.noreply.github.com> AuthorDate: Mon Apr 21 23:23:35 2025 +0200 Use latest Apache Rat Ant Task Library --- build-release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-release.xml b/build-release.xml index 36824322..79e3201a 100644 --- a/build-release.xml +++ b/build-release.xml @@ -480,7 +480,7 @@ <target name="rat" depends="init-ivy"> <property name="rat.failOnError" value="true"/> - <ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="0.15" + <ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="0.16.1" inline="true" conf="default" pathid="rat.classpath" log="download-only"/>