diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:38:41 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:38:45 -0400 |
commit | 7eb38a729ece68271a112fd58586b316e081f919 (patch) | |
tree | 3869f9864abb82bf406837b6b88e161e21b058cb /champ-service | |
parent | f2bf2ab992260d1896d0f4b6f947bbf80b82eb07 (diff) |
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: I273ec38a36f95a35231682d57f222257fe0d9d07
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'champ-service')
-rw-r--r-- | champ-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 610de3f..5dc1443 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -41,7 +41,7 @@ limitations under the License. <version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3> <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> - <version.org.springframework.boot.spring-boot-dependencies>1.5.19.RELEASE</version.org.springframework.boot.spring-boot-dependencies> + <version.org.springframework.boot.spring-boot-dependencies>1.5.20.RELEASE</version.org.springframework.boot.spring-boot-dependencies> <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 --> <jacoco.line.coverage.limit>0.16</jacoco.line.coverage.limit> |