Skip to content

Commit

Permalink
upgrade junit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Aug 12, 2023
1 parent 29a80c3 commit b615aef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.

0 comments on commit b615aef

Please sign in to comment.