Upgrade jetty-http 30/89730/1
authorPiotr Darosz <piotr.darosz@nokia.com>
Wed, 12 Jun 2019 06:00:10 +0000 (08:00 +0200)
committerPiotr Darosz <piotr.darosz@nokia.com>
Wed, 12 Jun 2019 06:00:10 +0000 (08:00 +0200)
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>
workflow-designer-ui/pom.xml

index e399fa2..e8f6b5d 100644 (file)
@@ -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>