upgrade bcprov 1.59 to 1.60 to fix security issue
[appc.git] / appc-adapters / appc-chef-adapter / appc-chef-adapter-features / onap-appc-chef-adapter / pom.xml
index 5d21bb1..dc95416 100644 (file)
@@ -61,6 +61,11 @@ limitations under the License.
             <artifactId>appc-chef-adapter-bundle</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+            <version>1.60</version>
+        </dependency>
     </dependencies>
 
     <build>