Skip to content

Commit

Permalink
NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3
Browse files Browse the repository at this point in the history
This closes apache#7159

Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
pvillard31 authored and exceptionfactory committed Apr 11, 2023
1 parent cbca499 commit 594e45c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-scripting-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions nifi-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>6.5.0.202303070854-r</jgit.version>
<org.apache.sshd.version>2.9.2</org.apache.sshd.version>
Expand Down Expand Up @@ -181,7 +181,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>
Expand Down
2 changes: 1 addition & 1 deletion nifi-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<module>nifi-toolkit-api</module>
</modules>
<properties>
<toolkit.groovy.version>3.0.8</toolkit.groovy.version>
<toolkit.groovy.version>3.0.17</toolkit.groovy.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 594e45c

Please sign in to comment.