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 e90625b1784ed4b5a3b53e3055b1b14026c5270d Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Aug 12 16:22:00 2023 +0530 upgrade rhino to 1.7.14 --- lib/libraries.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index de0a8765a..030ed6faa 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -65,7 +65,7 @@ jruby.version=1.6.8 # "src-dist" target in build.xml to copy the correct junit 4.x jar # into the source distribution junit.version=4.13.1 -rhino.version=1.7.11 +rhino.version=1.7.14 junit-platform-launcher.version=1.8.2 # Only used for internal tests in Ant project junit-vintage-engine.version=5.8.2
