This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 4448ce3fec NIFI-11949 Upgraded Spring Integration from 5.5.15 to 5.5.18
4448ce3fec is described below
commit 4448ce3fec2fbcce4061e3693a357df7046ba867
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]>
(cherry picked from commit b55b712b3882e470148033f284af99e10b0c9122)
---
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 3e6f624958..c40d36bc7f 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>