aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-03-02 21:43:10 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-03-02 21:43:38 +0000
commitc9b38b6990ee19314b0600e862411a5d83be0521 (patch)
tree390b336dd8aef25bf162d1872dde3da5c0185020 /sdc-workflow-designer-ui/pom.xml
parent57cd61b35d36cfd91b62fae41121898f92d2af86 (diff)
Update vulnerable dependencies
Change-Id: I12295d7c2f1d67ed0c0f933e13ad0e74c2abcf5e Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3895
Diffstat (limited to 'sdc-workflow-designer-ui/pom.xml')
-rw-r--r--sdc-workflow-designer-ui/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml
index 4cfc8d15..d658a202 100644
--- a/sdc-workflow-designer-ui/pom.xml
+++ b/sdc-workflow-designer-ui/pom.xml
@@ -32,6 +32,7 @@
<properties>
<jest.command />
+ <jetty.version>9.4.45.v20220203</jetty.version>
</properties>
@@ -39,7 +40,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>9.4.40.v20210413</version>
+ <version>${jetty.version}</version>
<exclusions>
<exclusion>
<artifactId>jetty-http</artifactId>
@@ -56,7 +57,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
- <version>9.4.40.v20210413</version>
+ <version>${jetty.version}</version>
</dependency>
</dependencies>