From 48960e6033145667366bbcd2f8ad1ae44c2fd260 Mon Sep 17 00:00:00 2001 From: Sneha Dantkale Date: Fri, 14 Feb 2020 19:15:02 +0530 Subject: [AAI-2528] | Update to spring-boot 2.1.6.RELEASE Issue-ID: AAI-2528 Change-Id: I87756450c12538af3f21e4affa24ef76724d232c Signed-off-by: Sneha Dantkale Change-Id: I9437899ba1c7f2aec816a8076c954b080f9512fb Signed-off-by: Sneha Dantkale Change-Id: If3ad26f98c815e4872320b2652cf6c2e0b675de0 Signed-off-by: Sneha Dantkale --- aai-parent/pom.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 5969d7e1..13565487 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.aai-common aai-common - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT aai-parent aai-parent @@ -96,6 +96,7 @@ limitations under the License. 3.1.1 0.9.10 1.25 + 1.5.22.RELEASE @@ -104,6 +105,7 @@ limitations under the License. 0.00 + 0.8.5 3.2 jacoco @@ -116,11 +118,29 @@ limitations under the License. 4.3.25.RELEASE 4.3.25.RELEASE 1.0.8.RELEASE + 1.1.1 + 2.0.4 + + + + spring-boot-2-1 + + 2.1.6.RELEASE + + + + + + com.googlecode.json-simple + json-simple + ${json.simple.version} + + org.onap.aai.aai-common aai-schema-ingest @@ -336,8 +356,13 @@ limitations under the License. org.powermock - powermock-api-mockito - ${powermock.version} + powermock-api-mockito2 + ${powermock.api.mockito2.version} + + + org.powermock + powermock-core + ${powermock.api.mockito2.version} org.powermock -- cgit 1.2.3-korg