This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit e33debccd391311cabcdf0b6acd1faeb28f7d0fc Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 16:14:33 2023 +0300 NIFI-11399 Upgraded Groovy from 3.0.14 to 3.0.17 This closes #7131 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ebb85d84dd..5417a8031d 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ <javax.annotation-api.version>1.3.2</javax.annotation-api.version> <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version> <json.smart.version>2.4.10</json.smart.version> - <nifi.groovy.version>3.0.14</nifi.groovy.version> + <nifi.groovy.version>3.0.17</nifi.groovy.version> <groovy.eclipse.batch.version>3.0.8-01</groovy.eclipse.batch.version> <surefire.version>3.0.0</surefire.version> <hadoop.version>3.3.5</hadoop.version>
