This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
commit 55179bb0b6523173e7d215ea8ff4f0d7afa082b6 Author: Stefan Bodewig <[email protected]> AuthorDate: Tue Nov 1 10:13:15 2022 +0100 need newer version of RAT for https license URIs --- build-release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-release.xml b/build-release.xml index 656a10e1..e84fda58 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.12" + <ivy:cachepath organisation="org.apache.rat" module="apache-rat-tasks" revision="0.15" inline="true" conf="default" pathid="rat.classpath" log="download-only"/>
