aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-06-12 08:00:10 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2019-06-12 08:00:10 +0200
commit08da411bd572226675305bed9de7d42175f25d85 (patch)
tree0d6ba375b1b074a6a57720b46ed3d361761808ef
parent89cabf95ba92c756416f98477049f6d7c2130251 (diff)
Upgrade jetty-http
Upgrade the jetty-http component to the current version. Change-Id: I5512fe8d47506d8fb951fdc2ad63c8178d34afdf Issue-ID: SDC-2268 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
-rw-r--r--workflow-designer-ui/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/workflow-designer-ui/pom.xml b/workflow-designer-ui/pom.xml
index e399fa24..e8f6b5d8 100644
--- a/workflow-designer-ui/pom.xml
+++ b/workflow-designer-ui/pom.xml
@@ -13,7 +13,8 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
- -->
+ ~ Modifications copyright (c) 2019 Nokia
+-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -38,7 +39,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
- <version>9.4.11.v20180605</version>
+ <version>9.4.18.v20190429</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>