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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c13d77e32f Update bctls-jdk18on to 1.86.1 (#3492)
0c13d77e32f is described below

commit 0c13d77e32fc18b17a5b6bb8983948221d58639b
Author: Andriy Redko <[email protected]>
AuthorDate: Wed Sep 23 15:58:48 2026 -0400

    Update bctls-jdk18on to 1.86.1 (#3492)
---
 parent/pom.xml              | 1 +
 systests/transports/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ff05af86318..204e2398286 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,6 +98,7 @@
         <cxf.atmosphere.version.range>[3.0, 4.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>3.1.0</cxf.atmosphere.version>
         <cxf.bcprov.version>1.86</cxf.bcprov.version>
+        <cxf.bclts.version>1.86.1</cxf.bclts.version>
         <cxf.brave.version>6.3.1</cxf.brave.version>
         <cxf.cdi.api.version>4.1.0</cxf.cdi.api.version>
         <cxf.classgraph.version>4.8.25</cxf.classgraph.version>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 77d11076e96..d4502835782 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -271,7 +271,7 @@
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bctls-jdk18on</artifactId>
-            <version>${cxf.bcprov.version}</version>
+            <version>${cxf.bclts.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to