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 44cdc8e38e NIFI-9860 Upgraded JRuby from 9.2.6.0 to 9.3.4.0
44cdc8e38e is described below

commit 44cdc8e38e50d39bce72e28ff443ad956d61ac3c
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Apr 1 10:21:22 2022 -0500

    NIFI-9860 Upgraded JRuby from 9.2.6.0 to 9.3.4.0
    
    Signed-off-by: Matthew Burgess <[email protected]>
    
    This closes #5924
---
 nifi-assembly/NOTICE                                                    | 2 +-
 .../nifi-scripting-nar/src/main/resources/META-INF/NOTICE               | 2 +-
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-assembly/NOTICE b/nifi-assembly/NOTICE
index 14278757eb..061756efc3 100644
--- a/nifi-assembly/NOTICE
+++ b/nifi-assembly/NOTICE
@@ -2047,7 +2047,7 @@ The following binary components are provided under the 
Eclipse Public License 1.
     (EPL 1.0)(MPL 2.0) H2 Database (com.h2database:h2:jar:1.3.176 - 
http://www.h2database.com/html/license.html)
     (EPL 1.0)(LGPL 2.1) Logback Classic 
(ch.qos.logback:logback-classic:jar:1.2.6 - http://logback.qos.ch/)
     (EPL 1.0)(LGPL 2.1) Logback Core (ch.qos.logback:logback-core:jar:1.2.6 - 
http://logback.qos.ch/)
-    (EPLv1.0)(GPL 2)(LGPL 2.1) JRuby (org.jruby:jruby-complete:9.1.9.0 - 
http://jruby.org).
+    (EPLv1.0)(GPL 2)(LGPL 2.1) JRuby (org.jruby:jruby-complete - 
http://jruby.org).
     (EPL 1.0) Eclipse Paho MQTT Client 
(org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0 - 
https://github.com/eclipse/paho.mqtt.java)
     (EPL 1.0) Eclipse Link (org.eclipse.persistence:eclipselink:2.5.2 - 
http://www.eclipse.org/eclipselink/)
     (EPL 1.0) Common Service Data Objects 
(org.eclipse.persistence:commonj.sdo:2.1.1 - 
http://www.eclipse.org/eclipselink/)
diff --git 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE
 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE
index f9eca9fcc3..f4a11d9068 100644
--- 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE
+++ 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE
@@ -156,5 +156,5 @@ Eclipse Public License v1.0
 
 The following binary components are provided under a EPL v1.0 license
 
-    (EPLv1.0)(GPL 2)(LGPL 2.1) JRuby (org.jruby:jruby-complete:9.1.9.0 - 
http://jruby.org).
+    (EPLv1.0)(GPL 2)(LGPL 2.1) JRuby (org.jruby:jruby-complete - 
http://jruby.org).
     (EPLv1.0) Clojure (org.clojure:clojure:1.8.0 - http://clojure.org)
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 df5380f848..1808a39b6e 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
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby-complete</artifactId>
-            <version>9.2.6.0</version>
+            <version>9.3.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.clojure</groupId>

Reply via email to