This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 8337876  Add missing bouncycastle.version property
8337876 is described below

commit 8337876b6cca1a4d2b47da3c31eaa2c64fbcecad
Author: jbonofre <[email protected]>
AuthorDate: Sat Mar 6 07:27:22 2021 +0100

    Add missing bouncycastle.version property
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ddb4571..1043edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,6 +146,7 @@
         <asm.version>9.1</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
+        <bouncycastle.version>1.66</bouncycastle.version>
         <camel.version>3.6.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.4.0</cxf.version>

Reply via email to