This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit cfa94a4d9466cde91893bcbacdc7a70ed61451d4 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Fri Jun 26 12:21:25 2026 +0100 Updating BouncyCastle to 1.81 (cherry picked from commit 4df6904f7c46f975c51ae42760d4cf926fef65c8) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2c74ca3964e..cbf5bd5db8c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -85,7 +85,7 @@ <cxf.assertj.version>3.27.7</cxf.assertj.version> <cxf.atmosphere.version.range>[2.4, 3.0)</cxf.atmosphere.version.range> <cxf.atmosphere.version>2.6.1</cxf.atmosphere.version> - <cxf.bcprov.version>1.78.1</cxf.bcprov.version> + <cxf.bcprov.version>1.81</cxf.bcprov.version> <cxf.brave.reporter.version>2.17.2</cxf.brave.reporter.version> <cxf.brave.version>5.17.1</cxf.brave.version> <cxf.brave.zipkin.version>2.27.0</cxf.brave.zipkin.version>
