aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-12-08 12:25:20 +0000
committerLiam Fallon <liam.fallon@est.tech>2022-12-08 12:54:41 +0000
commite45d95ccdc5bd4709c5591397551e80d3b393a79 (patch)
treeeee18c4c810677aa1af307e7c882abe458a5f2e6
parent371de4b87ccf46f1292d68468fcfd41303ab394c (diff)
Update the Spring Framework version for security
This version change upgrades the Spring Framework to remove the spring-web security issue that has been there for a while. Issue-ID: POLICY-4472 Change-Id: I54794e6ae4ca81d799d46568c4485e7a9ec118bb Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--dependencies/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 10a8c4c..67fe7e0 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -27,7 +27,7 @@
<name>oparent/dependencies</name>
<packaging>pom</packaging>
<properties>
- <spring.version>5.3.22</spring.version>
+ <spring.version>6.0.2</spring.version>
<jetty.version>9.4.48.v20220622</jetty.version>
</properties>
<dependencyManagement>