You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2022/06/02 15:28:18 UTC

[synapse] branch master updated: Update Bouncycastle to the most recent working version

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/synapse.git


The following commit(s) were added to refs/heads/master by this push:
     new ba94a28eb Update Bouncycastle to the most recent working version
ba94a28eb is described below

commit ba94a28ebf2f15cb108d97721ae5ecbfa5174ac1
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Thu Jun 2 15:27:45 2022 +0000

    Update Bouncycastle to the most recent working version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3df5d0a35..f848d1a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1140,7 +1140,7 @@
         <snmp4j.version>2.5.4</snmp4j.version>
         <snmp4j.agent.version>2.5.3</snmp4j.agent.version>
         <rabbitmq.version>3.1.2</rabbitmq.version>
-        <bcprov.nhttp.version>1.49</bcprov.nhttp.version>
+        <bcprov.nhttp.version>1.50</bcprov.nhttp.version>
 
         <!-- dependencies of Synapse extensions module -->
         <wso2commons.version>1.2</wso2commons.version>