NIFI-9860 Upgraded JRuby from 9.2.6.0 to 9.3.4.0

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5924
This commit is contained in:
exceptionfactory 2022-04-01 10:21:22 -05:00 committed by Matthew Burgess
parent 873d25585c
commit 44cdc8e38e
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
3 changed files with 3 additions and 3 deletions

View File

@ -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/)

View File

@ -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)

View File

@ -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>