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 f0fa38dc156afb541f7556bcf00b5143768afeb7 Author: mr1716 <[email protected]> AuthorDate: Thu Nov 30 12:48:48 2023 -0500 NIFI-12432 Upgraded Spring Framework from 5.3.30 to 5.3.31 This closes #8090 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b686385f9..bf2bce8c73 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ <netty.3.version>3.10.6.Final</netty.3.version> <snakeyaml.version>2.2</snakeyaml.version> <netty.4.version>4.1.101.Final</netty.4.version> - <spring.version>5.3.30</spring.version> + <spring.version>5.3.31</spring.version> <spring.security.version>5.8.7</spring.security.version> <swagger.annotations.version>1.6.12</swagger.annotations.version> <h2.version>2.2.224</h2.version>
