Upgrade jetty version 99/89699/2
authorPiotr Darosz <piotr.darosz@nokia.com>
Tue, 11 Jun 2019 13:24:22 +0000 (15:24 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 19 Jun 2019 07:13:41 +0000 (07:13 +0000)
Upgrade jetty-http component to current version.

Change-Id: I0bc8636b31973a865ffa1205866828c33cc15e4b
Issue-ID: SDC-2268
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
pom.xml

index a9281b3..d4ad5a3 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
 
     <properties>
-        <jetty.version>9.4.11.v20180605</jetty.version>
+        <jetty.version>9.4.18.v20190429</jetty.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index b3b6ced..c0a80c2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@ 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.
 ============LICENSE_END=========================================================
-Modifications copyright (c) 2018 Nokia
+Modifications copyright (c) 2018-2019 Nokia
 ================================================================================
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -59,7 +59,7 @@ Modifications copyright (c) 2018 Nokia
         <elastic-search.version>2.4.0</elastic-search.version>
         <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
         <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
-        <jetty.version>9.4.11.v20180605</jetty.version>
+        <jetty.version>9.4.18.v20190429</jetty.version>
 
         <!-- JSON and YAML Parsing -->
         <jackson.version>2.8.10</jackson.version>