This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 04cacad52abd0b4fd6bba829853005f7cd14deb7 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 c4364faceb..ffdf9fe27d 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>
