NIFI-11348 This closes #7090. Upgraded JRuby from 9.3.9.0 to 9.4.2.0

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-03-27 19:14:01 -05:00 committed by Joe Witt
parent 26400fcbe9
commit 04cacad52a
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>9.3.9.0</version>
<version>9.4.2.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>