This is an automated email from the ASF dual-hosted git repository.

pvillard 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 4f26b93615 NIFI-12458: Upgrade Groovy to 4.0.16 from 4.0.15
4f26b93615 is described below

commit 4f26b9361554d5aa5f052c02ce5ac74ae7b5820e
Author: Matt Burgess <mattyb...@apache.org>
AuthorDate: Sun Dec 3 18:23:11 2023 -0500

    NIFI-12458: Upgrade Groovy to 4.0.16 from 4.0.15
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8110.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc24a67d59..2027ae1da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,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>4.0.15</nifi.groovy.version>
+        <nifi.groovy.version>4.0.16</nifi.groovy.version>
         <surefire.version>3.1.2</surefire.version>
         <hadoop.version>3.3.6</hadoop.version>
         <ozone.version>1.2.1</ozone.version>

Reply via email to