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 b1a1f60974 QPID-8698: [Broker-J] Bump bouncycastle dependencies versions to 1.81 (#292) b1a1f60974 is described below commit b1a1f60974031a6c575b56da3d85cb9349023452 Author: Daniil Kirilyuk <daniel.kiril...@gmail.com> AuthorDate: Wed Jul 16 09:31:54 2025 +0200 QPID-8698: [Broker-J] Bump bouncycastle dependencies versions to 1.81 (#292) --- .../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 4d93fc17af..b1b79f94a3 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.80 + - 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.81 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.80 + - Bouncy Castle Provider (https://www.bouncycastle.org/download/bouncy-castle-java/) org.bouncycastle:bcprov-jdk18on:jar:1.81 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.80 + - Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/download/bouncy-castle-java/) org.bouncycastle:bcutil-jdk18on:jar:1.81 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 e48c0acedd..aa6d0e4e19 100644 --- a/pom.xml +++ b/pom.xml @@ -160,8 +160,8 @@ <h2.version>2.3.232</h2.version> <apache-directory-version>2.0.0.AM27</apache-directory-version> <kerby-version>2.1.0</kerby-version> - <bcprov-version>1.80</bcprov-version> - <bcpkix-version>1.80</bcpkix-version> + <bcprov-version>1.81</bcprov-version> + <bcpkix-version>1.81</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: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org