This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 79895952e RATIS-2619. Bump bouncycastle to 1.85 (#1522)
79895952e is described below
commit 79895952ed5416e5498be0101c00d64bc752dacd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 10:46:19 2026 +0200
RATIS-2619. Bump bouncycastle to 1.85 (#1522)
---
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 1b1b5b4c8..921e37985 100644
--- a/ratis-test/pom.xml
+++ b/ratis-test/pom.xml
@@ -24,7 +24,7 @@
<name>Apache Ratis Test</name>
<properties>
- <bouncycastle.version>1.84</bouncycastle.version>
+ <bouncycastle.version>1.85</bouncycastle.version>
</properties>
<dependencies>