This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit e45fa780e9dc8961c0e91d14a942bb1576ec01a9 Author: ChenChen Lai <[email protected]> AuthorDate: Fri Dec 5 18:33:01 2025 +0800 HDDS-14029. Bump Bouncy Castle to 1.83, maven-shade-plugin to 3.6.1 (#9433) (cherry picked from commit 923bd2b05227c0fff4ce5530dd284e6f9a9b0225) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d1dac3e999c..4dd529f8750 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <aws-java-sdk.version>1.12.788</aws-java-sdk.version> <aws-java-sdk2.version>2.35.5</aws-java-sdk2.version> <bonecp.version>0.8.0.RELEASE</bonecp.version> - <bouncycastle.version>1.82</bouncycastle.version> + <bouncycastle.version>1.83</bouncycastle.version> <build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version> <cdi-api.version>2.0</cdi-api.version> <checkstyle.version>9.3</checkstyle.version> @@ -158,7 +158,7 @@ <maven-patch-plugin.version>1.3</maven-patch-plugin.version> <maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version> <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version> - <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> + <maven-shade-plugin.version>3.6.1</maven-shade-plugin.version> <maven-site-plugin.version>3.21.0</maven-site-plugin.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <maven-surefire-plugin.argLine>-Xmx8192m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
