This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 605bf150fa1cbd0817608a0758399edbde4824a0 Author: Pierre Villard <[email protected]> AuthorDate: Mon Apr 10 22:25:57 2023 +0300 NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3 This closes #7159 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 594e45cf9a19dfee31ec76d306d91314b165aa6a) --- nifi-nar-bundles/nifi-scripting-bundle/pom.xml | 2 +- nifi-registry/pom.xml | 4 ++-- nifi-toolkit/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml index aab320eab2..2b1509c6a5 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml @@ -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> diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 7d9d2f449d..e2f3165a51 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -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> diff --git a/nifi-toolkit/pom.xml b/nifi-toolkit/pom.xml index 66636dea74..4d07e7ba34 100644 --- a/nifi-toolkit/pom.xml +++ b/nifi-toolkit/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index e04ff48cce..298b227b0f 100644 --- a/pom.xml +++ b/pom.xml @@ -364,7 +364,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>
