summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-05-07 12:38:57 +0200
committerChrisC <christophe.closset@intl.att.com>2021-05-07 12:38:57 +0200
commita6dcb0487d3efa67e73285623062d700c7ef9cfa (patch)
tree147b0d5bba9cc3e3c13e07dd6c4a74456823b167 /sdc-workflow-designer-ui
parent303bb319e73431fb47a1a13169a8d95ee6f58ac0 (diff)
Update vulnerable package dependencies
Update version to 1.9.0 Update vulnerable packages Fix dependency conflicts Issue-ID: SDC-3572 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I2dfac9340555ff41bb8b977bd28d0ed861c19125
Diffstat (limited to 'sdc-workflow-designer-ui')
-rw-r--r--sdc-workflow-designer-ui/pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml
index 887267b4..4cfc8d15 100644
--- a/sdc-workflow-designer-ui/pom.xml
+++ b/sdc-workflow-designer-ui/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>sdc-workflow-designer-parent</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<properties>
@@ -39,7 +39,13 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>9.4.18.v20190429</version>
+ <version>9.4.40.v20210413</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jetty-http</artifactId>
+ <groupId>org.eclipse.jetty</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -47,6 +53,11 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.40.v20210413</version>
+ </dependency>
</dependencies>
<build>