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
commit da953c1facce264872d5f1c905dbfc8ed6e8820d Author: mr1716 <[email protected]> AuthorDate: Mon Jul 31 08:14:51 2023 -0400 NIFI-11882 Upgraded Spring Vault from 2.3.3 to 2.3.4 This closes #7547 Signed-off-by: David Handermann <[email protected]> --- nifi-commons/nifi-hashicorp-vault/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-commons/nifi-hashicorp-vault/pom.xml b/nifi-commons/nifi-hashicorp-vault/pom.xml index 25493ed0fc..d8234f731a 100644 --- a/nifi-commons/nifi-hashicorp-vault/pom.xml +++ b/nifi-commons/nifi-hashicorp-vault/pom.xml @@ -21,7 +21,7 @@ </parent> <artifactId>nifi-hashicorp-vault</artifactId> <properties> - <spring.vault.version>2.3.3</spring.vault.version> + <spring.vault.version>2.3.4</spring.vault.version> </properties> <dependencies> <dependency>
