From 9be9b9dbe2ba574ab71321bdbb70defcfb59078b Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Tue, 15 Jun 2021 16:32:39 -0500 Subject: [PATCH] NIFI-8708 Upgraded Spring Framework to 5.3.8 for several extensions - nifi-vault-utils - nifi-email-bundle - nifi-redis-bundle Signed-off-by: Pierre Villard This closes #5163. --- nifi-commons/nifi-vault-utils/pom.xml | 15 ++++++++++++++- nifi-nar-bundles/nifi-email-bundle/pom.xml | 13 +++++++++++-- nifi-nar-bundles/nifi-redis-bundle/pom.xml | 13 ++++++++++++- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/nifi-commons/nifi-vault-utils/pom.xml b/nifi-commons/nifi-vault-utils/pom.xml index 190388908c..987e4a79a5 100644 --- a/nifi-commons/nifi-vault-utils/pom.xml +++ b/nifi-commons/nifi-vault-utils/pom.xml @@ -20,6 +20,20 @@ 1.14.0-SNAPSHOT nifi-vault-utils + + 5.3.8 + + + + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + org.springframework.vault @@ -29,7 +43,6 @@ org.springframework spring-core - 5.3.6 org.apache.nifi diff --git a/nifi-nar-bundles/nifi-email-bundle/pom.xml b/nifi-nar-bundles/nifi-email-bundle/pom.xml index 1a64b63331..807d9e44f8 100644 --- a/nifi-nar-bundles/nifi-email-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/pom.xml @@ -24,12 +24,14 @@ nifi-email-bundle pom NiFi Email Processor Set - + + 5.3.8 + nifi-email-processors nifi-email-nar - + @@ -37,6 +39,13 @@ nifi-email-processors 1.14.0-SNAPSHOT + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml index 67f27092b5..1319e21dda 100644 --- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml @@ -27,7 +27,7 @@ pom - 2.5.0 + 2.5.1 5.3.8 3.6.0 @@ -39,4 +39,15 @@ nifi-redis-nar + + + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + +