NIFI-10805 Upgraded script bundle Clojure, Groovy and JRuby

- Upgraded Clojure from 1.10.1 to 1.11.1
- Upgraded Groovy from 3.0.8 to 3.0.13
- Upgraded JRuby from 9.3.8.0 to 9.3.9.0

This closes #6657

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Mike Thomsen 2022-11-12 09:30:34 -05:00 committed by exceptionfactory
parent 00da6d5ead
commit 78dbee8b7a
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 3 additions and 3 deletions

View File

@ -88,12 +88,12 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>9.3.8.0</version>
<version>9.3.9.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.10.1</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

View File

@ -31,7 +31,7 @@
</modules>
<properties>
<scripting.groovy.version>3.0.8</scripting.groovy.version>
<scripting.groovy.version>3.0.13</scripting.groovy.version>
</properties>
<dependencyManagement>