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

zbendhiba pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 6e4e110365b8a7f40df409f42591750408fc2696
Author: Freeman Fang <[email protected]>
AuthorDate: Tue Dec 21 15:58:04 2021 -0500

    #3402 align bouncycastle version with quarkus to fix native build failure 
in crypto
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a7760c..dc30c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
         <awssdk.version>2.17.100</awssdk.version><!-- @sync 
io.quarkiverse.amazonservices:quarkus-amazon-services-parent:${quarkiverse-amazonservices.version}
 prop:awssdk.version -->
         <aws-java-sdk.version>1.11.714</aws-java-sdk.version>
         <azure-sdk-bom.version>1.0.5</azure-sdk-bom.version><!-- Keep in sync 
with camel-azure component versions -->
-        <bouncycastle.version>1.69</bouncycastle.version><!-- @sync 
io.quarkus:quarkus-bom:${quarkus.version} dep:org.bouncycastle:bcprov-jdk15on 
-->
+        <bouncycastle.version>1.70</bouncycastle.version><!-- @sync 
io.quarkus:quarkus-bom:${quarkus.version} dep:org.bouncycastle:bcprov-jdk15on 
-->
         
<commons-beanutils.version>${commons-beanutils-version}</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version><!-- keep in sync with 
Quarkus, via quarkus-bootstrap-core -->
         <commons-collections.version>3.2.2</commons-collections.version><!-- 
used by hbase, should be pretty stable as commons-collections are not developed 
actively anymore -->

Reply via email to