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 b615aefaf66ac1d81a453b0c5657db9286a76cff Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Aug 12 16:39:58 2023 +0530 upgrade junit --- build.xml | 2 +- lib/libraries.properties | 2 +- .../{junit-4.13.1.jar => junit-4.13.2.jar} | Bin 382708 -> 384581 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 18eb7ccec..611731241 100644 --- a/build.xml +++ b/build.xml @@ -1206,7 +1206,7 @@ <copy todir="${src.dist.lib}"> <fileset dir="${lib.dir}"> <include name="optional/junit-3.8.2.jar"/> - <include name="optional/junit-4.13.1.jar"/> + <include name="optional/junit-4.13.2.jar"/> <include name="optional/hamcrest-core-1.3.jar"/> <include name="optional/hamcrest-library-1.3.jar"/> <include name="README"/> diff --git a/lib/libraries.properties b/lib/libraries.properties index 22fd54fcc..d4dff51d0 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -64,7 +64,7 @@ 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 -junit.version=4.13.1 +junit.version=4.13.2 rhino.version=1.7.14 junit-platform-launcher.version=1.8.2 # Only used for internal tests in Ant project diff --git a/lib/optional/junit-4.13.1.jar b/lib/optional/junit-4.13.2.jar similarity index 80% rename from lib/optional/junit-4.13.1.jar rename to lib/optional/junit-4.13.2.jar index b376ffc16..6da55d8b8 100644 Binary files a/lib/optional/junit-4.13.1.jar and b/lib/optional/junit-4.13.2.jar differ
