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 6fc42220b RATIS-2071. Bump Bouncy Castle to 1.78.1 (#1076)
6fc42220b is described below

commit 6fc42220bc8e39cf8f242f3205abcd4dce8bbe44
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 13:28:02 2024 +0200

    RATIS-2071. Bump Bouncy Castle to 1.78.1 (#1076)
---
 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 5990ae057..01d54ba15 100644
--- a/ratis-test/pom.xml
+++ b/ratis-test/pom.xml
@@ -24,7 +24,7 @@
   <name>Apache Ratis Test</name>
 
   <properties>
-    <bouncycastle.version>1.76</bouncycastle.version>
+    <bouncycastle.version>1.78.1</bouncycastle.version>
   </properties>
 
   <dependencies>

Reply via email to