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.git
commit cc9d93f49fbd6730e057ec0ad6e2e382f8e3c331 Merge: 5118c98 d1ccd32 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Sat Jul 10 20:17:41 2021 +0200 Merge branch '1.9.x' ReleaseInstructions | 2 +- src/etc/poms/ant/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --cc src/etc/poms/ant/pom.xml index b608047,d4a364b..acef910 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@@ -46,9 -43,15 +46,9 @@@ <scope>compile</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.12</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-antunit</artifactId> - <version>1.4</version> + <version>1.4.1</version> <scope>test</scope> <exclusions> <exclusion>