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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new ae18b4ee9 move useless dependency (#1218)
ae18b4ee9 is described below

commit ae18b4ee9b4185ff90c8303a1bef33bb0212e6f5
Author: heliang666s <[email protected]>
AuthorDate: Mon Jun 9 13:53:06 2025 +0800

    move useless dependency (#1218)
    
    * move useless dependency
    
    * use jdk18on dependency
    
    ---------
    
    Co-authored-by: heliang <[email protected]>
---
 2-advanced/dubbo-samples-triple-http3/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/2-advanced/dubbo-samples-triple-http3/pom.xml 
b/2-advanced/dubbo-samples-triple-http3/pom.xml
index b9c5be8e4..9eb0ea358 100644
--- a/2-advanced/dubbo-samples-triple-http3/pom.xml
+++ b/2-advanced/dubbo-samples-triple-http3/pom.xml
@@ -112,7 +112,8 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
+            <version>1.81</version>
         </dependency>
 
         <dependency>


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

Reply via email to