Provide timeout field in interface operation implementation
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 800c3f5..b1a5de4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ Modifications copyright (c) 2018-2019 Nokia
 
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>sdc-main</artifactId>
-    <version>1.13.2-SNAPSHOT</version>
+    <version>1.13.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>sdc</name>
 
@@ -101,7 +101,6 @@ Modifications copyright (c) 2018-2019 Nokia
         <httpmime.version>4.5.14</httpmime.version>
         <httpclient.version>5.2.1</httpclient.version>
         <httpcore.version>4.4.15</httpcore.version>
-        <json-simple.version>1.1.1</json-simple.version>
 
         <!-- PM Dictionary validation -->
         <onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version>
@@ -180,7 +179,7 @@ Modifications copyright (c) 2018-2019 Nokia
         <surefire.reuseForks>true</surefire.reuseForks>
         <surefire.skip.tests>false</surefire.skip.tests>
 
-        <bouncycastle.version>1.70</bouncycastle.version>
+        <bouncycastle.version>2.73.2</bouncycastle.version>
 
         <!--DOCKER-->
         <docker.api.version>1.43</docker.api.version>