You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/06/21 07:52:35 UTC

[pulsar-manager] branch master updated: Align BouncyCastle transitive dependecies to 1.68 (#466)

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

nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f314e1  Align BouncyCastle transitive dependecies to 1.68 (#466)
0f314e1 is described below

commit 0f314e13279a1514d743a4f7062617f42f72e8a7
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Tue Jun 21 09:52:29 2022 +0200

    Align BouncyCastle transitive dependecies to 1.68 (#466)
---
 build.gradle      | 6 ++++++
 gradle.properties | 1 +
 2 files changed, 7 insertions(+)

diff --git a/build.gradle b/build.gradle
index 29a99ef..723a6fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,4 +151,10 @@ dependencies {
     testCompile group: 'org.mockito', name: 'mockito-core', version: mockitoVersion
     testCompile group: 'org.powermock', name: 'powermock-api-mockito2', version: apiMockitoVersion
     testCompile group: 'org.powermock', name: 'powermock-module-junit4', version: mockitoJunit4Version
+
+    constraints {
+        compile("org.bouncycastle:bcprov-jdk15on:${bouncycastleVersion}")
+        compile("org.bouncycastle:bcprov-ext-jdk15on:${bouncycastleVersion}")
+        compile("org.bouncycastle:bcpkix-jdk15on:${bouncycastleVersion}")
+    }
 }
diff --git a/gradle.properties b/gradle.properties
index d4a017b..84c05bb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,3 +23,4 @@ commonsValidatorVersion=1.6
 bkvmVersion=3.1.1
 tomcatVersion=8.5.31
 jerseyVersion=2.26
+bouncycastleVersion=1.68