diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-03-23 11:54:42 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-03-23 11:55:18 +0000 |
commit | 2487c4f2b03507edc1225366a72c05448471aef9 (patch) | |
tree | cd4ba44205965eb881b8ea2373b5af6b745217c3 /sdc-workflow-designer-be | |
parent | 13b1c07e2ee1cbcf112b6ee4b6710547e9204fc4 (diff) |
Upgrade vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I7ed3cb0670d5c0031b8484cd38ad36fc302ece77
Issue-ID: SDC-4287
Diffstat (limited to 'sdc-workflow-designer-be')
-rw-r--r-- | sdc-workflow-designer-be/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml index 244e87a7..1b2c880d 100644 --- a/sdc-workflow-designer-be/pom.xml +++ b/sdc-workflow-designer-be/pom.xml @@ -15,7 +15,7 @@ <properties> <spring.boot.version>2.2.13.RELEASE</spring.boot.version> - <org.springframework.version>5.3.25</org.springframework.version> + <org.springframework.version>5.2.23.RELEASE</org.springframework.version> <mapstruct.version>1.3.1.Final</mapstruct.version> <lombok.version>1.18.0</lombok.version> <springfox.version>3.0.0</springfox.version> |