This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 818cd2edf2 NIFI-11773 - Upgrade groovy to 3.0.18
818cd2edf2 is described below
commit 818cd2edf2e70deba8ba1cc3f76f40355fe702f8
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jul 3 14:28:40 2023 +0200
NIFI-11773 - Upgrade groovy to 3.0.18
Signed-off-by: Matt Burgess <[email protected]>
This closes #7455
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fb016bcf64..a9a3dbbef9 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.11</json.smart.version>
- <nifi.groovy.version>3.0.17</nifi.groovy.version>
+ <nifi.groovy.version>3.0.18</nifi.groovy.version>
<groovy.eclipse.compiler.version>3.9.0</groovy.eclipse.compiler.version>
<groovy.eclipse.batch.version>3.0.9-03</groovy.eclipse.batch.version>
<surefire.version>3.0.0</surefire.version>