Update jetty-util dependency's version 23/66423/1
authorShadi Haidar <sh1986@att.com>
Thu, 13 Sep 2018 17:29:07 +0000 (13:29 -0400)
committerShadi Haidar <sh1986@att.com>
Thu, 13 Sep 2018 17:33:11 +0000 (13:33 -0400)
Issue-ID: DCAEGEN2-768

Change-Id: I685296c00d0a4a1856b7835ddb54fd692452a625
Signed-off-by: Shadi Haidar <sh1986@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d840ca7..88526dd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>inventory-api</artifactId>
-    <version>3.0.3</version>
+    <version>3.0.4</version>
     <name>dcaegen2-platform-inventory-api</name>
     <!--internal <version>3.0.0</version>-->
 
@@ -109,7 +109,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                  other jetty libraries are on 9.4.2 still -->
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-util</artifactId>
-            <version>9.4.6.v20170531</version>
+            <version>9.4.12.v20180830</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>