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
commit 9cbe34f217a1b587746845ba0f66db21c7a1a18b 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]> (cherry picked from commit da953c1facce264872d5f1c905dbfc8ed6e8820d) --- 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 7a0ab253f1..45634e76b6 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>
