This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit d23ca26f7aa6b00ff3193988266911bf1feff999 Author: exceptionfactory <[email protected]> AuthorDate: Mon Mar 27 19:14:01 2023 -0500 NIFI-11348 This closes #7090. Upgraded JRuby from 9.3.9.0 to 9.4.2.0 Signed-off-by: Joe Witt <[email protected]> --- .../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 00389246a3..74ba9a96d8 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.3.9.0</version> + <version>9.4.2.0</version> </dependency> <dependency> <groupId>org.clojure</groupId>
