This is an automated email from the ASF dual-hosted git repository.
pvillard31 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 ba9c9ac8ba2 NIFI-16214: Bump Groovy to 5.1.0 (#11555)
ba9c9ac8ba2 is described below
commit ba9c9ac8ba27d9c82e8100893e4b2d55cb3302ee
Author: Matt Burgess <[email protected]>
AuthorDate: Mon Aug 17 08:11:24 2026 -0400
NIFI-16214: Bump Groovy to 5.1.0 (#11555)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c404d72e420..b6aee2d859e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<!-- JVM languages and bytecode -->
<aspectj.version>1.9.25.1</aspectj.version>
- <groovy.version>5.0.8</groovy.version>
+ <groovy.version>5.1.0</groovy.version>
<kotlin.version>2.4.10</kotlin.version>
<!-- Logging and observability -->