This is an automated email from the ASF dual-hosted git repository. jaikiran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 6eb966fba8413656865ad35ac9ffc975f9f26eb7 Author: Jaikiran Pai <[email protected]> AuthorDate: Sun Aug 13 11:42:51 2023 +0530 missed updating junit dependency in pom.xml --- lib/libraries.properties | 6 ++++-- src/etc/poms/pom.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index 5a67e7126..206f3ff96 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -46,7 +46,8 @@ js.version=20.1.0 js-scriptengine.version=${js.version} # Note - When updating the hamcrest versions here, make sure to also update the # "src-dist" target in build.xml to copy the correct hamcrest jars -# into the source distribution +# into the source distribution. Also update the hamcrest dependency +# version in src/etc/poms/pom.xml. hamcrest-core.version=1.3 hamcrest-library.version=${hamcrest-core.version} jai-core.version=1.1.3 @@ -63,7 +64,8 @@ jdepend.version=2.9.1 jruby.version=1.6.8 # Note - When updating the junit.version here, make sure to also update the # "src-dist" target in build.xml to copy the correct junit 4.x jar -# into the source distribution +# into the source distribution. Also update the junit dependency's version +# in src/etc/poms/pom.xml. junit.version=4.13.2 rhino.version=1.7.14 junit-platform-launcher.version=1.10.0 diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index 4371c155b..a7ad36689 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -112,7 +112,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency>
