This is an automated email from the ASF dual-hosted git repository.
thenatog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 91ad4548a8 NIFI-10534 - Update pom.xml for spring.version from 5.3.22
to 5.3.23.
91ad4548a8 is described below
commit 91ad4548a8767e858c2637e8c278667c030d9bbb
Author: mr1716 <[email protected]>
AuthorDate: Wed Sep 21 15:55:38 2022 -0400
NIFI-10534 - Update pom.xml for spring.version from 5.3.22 to 5.3.23.
Signed-off-by: Nathan Gough <[email protected]>
This closes #6442.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6b056dfea1..a978a7d92f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<netty.3.version>3.10.6.Final</netty.3.version>
<snakeyaml.version>1.32</snakeyaml.version>
<netty.4.version>4.1.81.Final</netty.4.version>
- <spring.version>5.3.22</spring.version>
+ <spring.version>5.3.23</spring.version>
<spring.security.version>5.7.3</spring.security.version>
<swagger.annotations.version>1.6.6</swagger.annotations.version>
<h2.version>2.1.214</h2.version>