You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2022/10/18 20:58:01 UTC

[nifi] branch main updated: NIFI-10636 Update Jython-standalone to 2.7.3

This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 808d3d6664 NIFI-10636 Update Jython-standalone to 2.7.3
808d3d6664 is described below

commit 808d3d6664d7a6538e311cf7fde71614f7d96c9d
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Wed Oct 12 20:40:08 2022 -0400

    NIFI-10636 Update Jython-standalone to 2.7.3
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #6521
---
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index ba2e61577e..4667fec6f6 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>org.python</groupId>
             <artifactId>jython-standalone</artifactId>
-            <version>2.7.2</version>
+            <version>2.7.3</version>
         </dependency>
         <dependency>
             <groupId>org.luaj</groupId>