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:
Pierre Villard 2023-04-10 22:25:57 +03:00 committed by exceptionfactory
parent b8b508c1a3
commit 605bf150fa
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -40,7 +40,7 @@
<flyway.version>8.5.13</flyway.version> <flyway.version>8.5.13</flyway.version>
<flyway.tests.version>7.0.0</flyway.tests.version> <flyway.tests.version>7.0.0</flyway.tests.version>
<swagger.ui.version>3.12.0</swagger.ui.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> <jaxb.version>2.3.2</jaxb.version>
<jgit.version>5.13.1.202206130422-r</jgit.version> <jgit.version>5.13.1.202206130422-r</jgit.version>
<org.apache.sshd.version>2.9.2</org.apache.sshd.version> <org.apache.sshd.version>2.9.2</org.apache.sshd.version>
@ -192,7 +192,7 @@
<dependency> <dependency>
<groupId>org.spockframework</groupId> <groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId> <artifactId>spock-core</artifactId>
<version>2.1-M2-groovy-3.0</version> <version>2.3-groovy-3.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -36,7 +36,7 @@
<module>nifi-toolkit-kafka-migrator</module> <module>nifi-toolkit-kafka-migrator</module>
</modules> </modules>
<properties> <properties>
<toolkit.groovy.version>3.0.8</toolkit.groovy.version> <toolkit.groovy.version>3.0.17</toolkit.groovy.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>

View File

@ -364,7 +364,7 @@
<dependency> <dependency>
<groupId>org.spockframework</groupId> <groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId> <artifactId>spock-core</artifactId>
<version>2.1-M2-groovy-3.0</version> <version>2.3-groovy-3.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>