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
The following commit(s) were added to refs/heads/main by this push:
new b55b712b38 NIFI-11949 Upgraded Spring Integration from 5.5.15 to 5.5.18
b55b712b38 is described below
commit b55b712b3882e470148033f284af99e10b0c9122
Author: mr1716 <[email protected]>
AuthorDate: Mon Aug 14 09:02:09 2023 -0400
NIFI-11949 Upgraded Spring Integration from 5.5.15 to 5.5.18
This closes #7605
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
index db396d32a1..9f92c1bed3 100644
--- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
@@ -18,7 +18,7 @@
<artifactId>nifi-spring-processors</artifactId>
<packaging>jar</packaging>
<properties>
- <spring.integration.version>5.5.15</spring.integration.version>
+ <spring.integration.version>5.5.18</spring.integration.version>
</properties>
<dependencies>