This is an automated email from the ASF dual-hosted git repository. cortlepp pushed a commit to branch cortlepp/replace-old-bouncycastle in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 16ec3e36ba33e04829d8bf0e23f93be37bd5fb21 Author: Christian Ortlepp <christian.ortl...@hypergene.com> AuthorDate: Mon Aug 18 08:04:46 2025 +0200 fix: update old bouncycastle dependency in testutils --- modules/testutils/pom.xml | 3 +-- pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/testutils/pom.xml b/modules/testutils/pom.xml index fe9c9d5ea1..569d40d374 100644 --- a/modules/testutils/pom.xml +++ b/modules/testutils/pom.xml @@ -79,8 +79,7 @@ </dependency> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> - <version>1.70</version> + <artifactId>bcpkix-jdk18on</artifactId> </dependency> <dependency> <groupId>junit</groupId> diff --git a/pom.xml b/pom.xml index 1bf9ccbe06..47dea152a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1027,6 +1027,11 @@ <artifactId>aspectjweaver</artifactId> <version>${aspectj.version}</version> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk18on</artifactId> + <version>1.81</version> + </dependency> </dependencies> </dependencyManagement>