diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2020-03-01 18:53:25 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2020-03-02 16:13:50 +0000 |
commit | 7c57239a9ccc5ae1d33873e62b9798fafb66b360 (patch) | |
tree | 70f42b646555699d03eec6f7605cd8d2b5fb8f03 /aai-parent/pom.xml | |
parent | 49e8504dbc5db6bedbc8db05288f35b32034bc97 (diff) |
Change the mockito to use one version
Issue-ID: AAI-2806
Change-Id: I23dc5efa936d9efe2ecf326064ae5e5046764339
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-parent/pom.xml')
-rw-r--r-- | aai-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index fbc013fc..ae8e8c78 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.6.7-SNAPSHOT</version> + <version>1.6.8-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -101,7 +101,7 @@ limitations under the License. <slf4j.version>1.7.25</slf4j.version> <log4j.version>1.2.17</log4j.version> <mockito.all.version>1.10.19</mockito.all.version> - <mockito.core.version>2.15.0</mockito.core.version> + <mockito.core.version>1.10.19</mockito.core.version> <netty.handler.version>4.1.43.Final</netty.handler.version> <netty.version>4.0.56.Final</netty.version> <opencsv.version>3.1</opencsv.version> |