This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 08fb6e1ed7a50bbf7ae148787e2119da77540f1b Author: Jaikiran Pai <[email protected]> AuthorDate: Sat Jul 25 21:19:35 2026 +0530 upgrade jython --- lib/libraries.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libraries.properties b/lib/libraries.properties index 5e14229b1..c1e8f7b61 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -76,7 +76,7 @@ junit-jupiter-engine.version=5.10.5 # Only used for internal tests in Ant project junit-jupiter-params.version=${junit-jupiter-engine.version} jsch.version=0.1.55 -jython.version=2.7.3 +jython.version=2.7.4 # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14 oro.version=2.0.8
