This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new a4412c4079 add bcpkix test dependency to fix dependabot issues (#1344)
a4412c4079 is described below

commit a4412c407960b46b0353d4848051e7972a22b203
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 25 22:17:55 2024 +0100

    add bcpkix test dependency to fix dependabot issues (#1344)
    
    * add bcpkix test dependency to fix dependabot issues
    
    * Update Dependencies.scala
---
 project/Dependencies.scala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1bc06b6289..7f137589db 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,6 +34,7 @@ object Dependencies {
   // needs to be inline with the aeron version, check
   // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
   val agronaVersion = "1.21.1"
+  val bouncyCastleVersion = "1.78.1"
   val nettyVersion = "4.1.110.Final"
   val logbackVersion = "1.3.14"
 
@@ -118,7 +119,9 @@ object Dependencies {
     }
 
     object TestDependencies {
-      val bcprov = "org.bouncycastle" % "bcprov-jdk18on" % "1.78.1" % Test
+      val bcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncyCastleVersion 
% Test
+      val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncyCastleVersion 
% Test
+      val bcutil = "org.bouncycastle" % "bcutil-jdk18on" % bouncyCastleVersion 
% Test
       val commonsIo = "commons-io" % "commons-io" % "2.16.1" % Test
       val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" % Test
       val commonsCompress = "org.apache.commons" % "commons-compress" % 
"1.26.1" % Test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to