This is an automated email from the ASF dual-hosted git repository.
edcoleman pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new fbcd746470 bump bouncy castle version from 1.77 to 1.78.1 (#4526)
fbcd746470 is described below
commit fbcd746470c37739eab7b200f61d12dd26fad2d7
Author: EdColeman <[email protected]>
AuthorDate: Fri May 3 18:58:35 2024 -0400
bump bouncy castle version from 1.77 to 1.78.1 (#4526)
triggered by dependabot alert
Fixes PR #4525 (starting at 2.1)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fbffd60171..463fd2944f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<unitTestMemSize>-Xmx1G</unitTestMemSize>
<!-- dependency and plugin versions managed with properties -->
<version.auto-service>1.1.1</version.auto-service>
- <version.bouncycastle>1.77</version.bouncycastle>
+ <version.bouncycastle>1.78.1</version.bouncycastle>
<version.curator>5.5.0</version.curator>
<version.errorprone>2.24.1</version.errorprone>
<version.hadoop>3.3.6</version.hadoop>