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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 0318e2b7cf QPID-8724: [Broker-J] Bump bouncycastle dependencies to the 
version 1.83 (#347)
0318e2b7cf is described below

commit 0318e2b7cf0e6a17ab803d8bf7b143a3867275ba
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Tue Dec 9 09:35:37 2025 +0100

    QPID-8724: [Broker-J] Bump bouncycastle dependencies to the version 1.83 
(#347)
---
 .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE    | 6 +++---
 pom.xml                                                             | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 4ddd25c749..51837b967a 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -44,13 +44,13 @@ From: 'an unknown organization'
   - Prometheus Java Span Context Supplier - OpenTelemetry Agent 
(http://github.com/prometheus/client_java/simpleclient_tracer/simpleclient_tracer_otel_agent)
 io.prometheus:simpleclient_tracer_otel_agent:bundle:0.16.0
     License: The Apache Software License, Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-  - Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcpkix-jdk18on:jar:1.82
+  - Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcpkix-jdk18on:jar:1.83
     License: Bouncy Castle Licence  (https://www.bouncycastle.org/licence.html)
 
-  - Bouncy Castle Provider 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcprov-jdk18on:jar:1.82
+  - Bouncy Castle Provider 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcprov-jdk18on:jar:1.83
     License: Bouncy Castle Licence  (https://www.bouncycastle.org/licence.html)
 
-  - Bouncy Castle ASN.1 Extension and Utility APIs 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcutil-jdk18on:jar:1.82
+  - Bouncy Castle ASN.1 Extension and Utility APIs 
(https://www.bouncycastle.org/download/bouncy-castle-java/) 
org.bouncycastle:bcutil-jdk18on:jar:1.83
     License: Bouncy Castle Licence  (https://www.bouncycastle.org/licence.html)
 
   - dgrid (https://www.webjars.org) org.webjars.bower:dgrid:jar:1.3.3
diff --git a/pom.xml b/pom.xml
index 88312cfa6e..3ec3dfd3b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,8 +159,8 @@
     <h2.version>2.4.240</h2.version>
     <apache-directory-version>2.0.0.AM27</apache-directory-version>
     <kerby-version>2.1.1</kerby-version>
-    <bcprov-version>1.82</bcprov-version>
-    <bcpkix-version>1.82</bcpkix-version>
+    <bcprov-version>1.83</bcprov-version>
+    <bcpkix-version>1.83</bcpkix-version>
     <logback-gelf-version>6.1.1</logback-gelf-version>
     <prometheus-client-version>0.16.0</prometheus-client-version>
     <resilience4j-version>2.3.0</resilience4j-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to