mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3
This closes #7159 Signed-off-by: David Handermann <exceptionfactory@apache.org> (cherry picked from commit 594e45cf9a19dfee31ec76d306d91314b165aa6a)
This commit is contained in:
parent
b8b508c1a3
commit
605bf150fa
@ -31,7 +31,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<scripting.groovy.version>3.0.13</scripting.groovy.version>
|
||||
<scripting.groovy.version>3.0.17</scripting.groovy.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -40,7 +40,7 @@
|
||||
<flyway.version>8.5.13</flyway.version>
|
||||
<flyway.tests.version>7.0.0</flyway.tests.version>
|
||||
<swagger.ui.version>3.12.0</swagger.ui.version>
|
||||
<groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version>
|
||||
<groovy.eclipse.compiler.version>3.7.0</groovy.eclipse.compiler.version>
|
||||
<jaxb.version>2.3.2</jaxb.version>
|
||||
<jgit.version>5.13.1.202206130422-r</jgit.version>
|
||||
<org.apache.sshd.version>2.9.2</org.apache.sshd.version>
|
||||
@ -192,7 +192,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spockframework</groupId>
|
||||
<artifactId>spock-core</artifactId>
|
||||
<version>2.1-M2-groovy-3.0</version>
|
||||
<version>2.3-groovy-3.0</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<module>nifi-toolkit-kafka-migrator</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<toolkit.groovy.version>3.0.8</toolkit.groovy.version>
|
||||
<toolkit.groovy.version>3.0.17</toolkit.groovy.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user