aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/pom.xml
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-10-10 13:35:20 +0100
committerJEFF VAN DAM <jeff.van.dam@est.tech>2023-10-12 12:17:35 +0000
commitb2bfa0ea4eda5867d9fec8edc1e8ca11e648f194 (patch)
tree757bec5d5e6e9a03133230c2827553e01c93556e /sdc-workflow-designer-be/pom.xml
parentd1864800b7b4f320d469e053921035bf98da7d72 (diff)
Upgrade vunerable depenecncies
can't upgrade springframework to 6.0.12 since 6.0.12 requires java 17 Issue-ID: SDC-4653 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I041fb124472b6385d50877d25cb989303f3dbb08
Diffstat (limited to 'sdc-workflow-designer-be/pom.xml')
-rw-r--r--sdc-workflow-designer-be/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index 7e2d39c0..e3b29938 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.2.23.RELEASE</org.springframework.version>
+ <org.springframework.version>5.3.30</org.springframework.version>
<mapstruct.version>1.5.3.Final</mapstruct.version>
<lombok.version>1.18.26</lombok.version>
<springfox.version>3.0.0</springfox.version>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
- <version>3.0.16</version>
+ <version>3.1.10</version>
<scope>runtime</scope>
</dependency>
<dependency>