From 89dad10220928f859fa72986f737808756d76798 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Wed, 28 Mar 2018 10:32:32 -0400 Subject: Update hibernate-validator and jetty-util Change-Id: I93beb063bf3a1e5394651065b42c3b5f1bc5407d Issue-ID: DCAEGEN2-361 Signed-off-by: Michael Hwang --- CHANGELOG.md | 4 ++++ pom.xml | 26 +++++++++++++++++++++++++- version.properties | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8432e8b..1c27804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The version in the brackets represents the version of DCAE inventory and not the ONAP DCAE version. +## [3.0.1] + +* Explicitly use 5.3.6.Final for hibernate-validator and 9.4.6 for jetty-util to address security issues + ## [3.0.0] * Remove the dcae controller code (housekeeping) diff --git a/pom.xml b/pom.xml index 9dcfc45..95910a6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform inventory-api - 3.0.0 + 3.0.1 dcaegen2-platform-inventory-api @@ -68,6 +68,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. io.dropwizard dropwizard-core ${dropwizard.version} + + + org.hibernate + hibernate-validator + + + org.eclipse.jetty + jetty-util + + io.dropwizard @@ -86,6 +96,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. httpclient 4.5.5 + + + org.hibernate + hibernate-validator + 5.3.6.Final + + + + org.eclipse.jetty + jetty-util + 9.4.6.v20170531 + ch.qos.logback logback-classic diff --git a/version.properties b/version.properties index fa21cfe..97784ff 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg