aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadi Haidar <sh1986@att.com>2018-09-13 13:29:07 -0400
committerShadi Haidar <sh1986@att.com>2018-09-13 13:33:11 -0400
commitaf15f17c9701dc10977a0e5fc8656b43e5d4fa59 (patch)
tree35923366d9d21e9b7354ea48852b8cbf20433cdb
parent89e173b608d77a649cdf6a2d2c7f0cc731c9ee2a (diff)
Update jetty-util dependency's version
Issue-ID: DCAEGEN2-768 Change-Id: I685296c00d0a4a1856b7835ddb54fd692452a625 Signed-off-by: Shadi Haidar <sh1986@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d840ca7..88526dd 100644
--- 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>