This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 58e372a70 RATIS-2513. Bump bouncycastle.version from 1.83 to 1.84
(#1437)
58e372a70 is described below
commit 58e372a70bb40b13ea89a9f3d71e657e05275624
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 00:29:36 2026 -0700
RATIS-2513. Bump bouncycastle.version from 1.83 to 1.84 (#1437)
---
ratis-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml
index 050600319..577262d84 100644
--- a/ratis-test/pom.xml
+++ b/ratis-test/pom.xml
@@ -24,7 +24,7 @@
<name>Apache Ratis Test</name>
<properties>
- <bouncycastle.version>1.83</bouncycastle.version>
+ <bouncycastle.version>1.84</bouncycastle.version>
</properties>
<dependencies>