Skip to content

Commit 30fb36f

Browse files
tasanumajojochuang
authored andcommitted
Revert "HADOOP-17563. Update Bouncy Castle to 1.68. (#2740)" (#3055)
This reverts commit 0774116. Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org> Reviewed-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit 53ff2df) (cherry picked from commit d8689f1)
1 parent 4ea7d39 commit 30fb36f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE-binary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
429429
com.microsoft.azure:azure-data-lake-store-sdk:2.3.9
430430
com.microsoft.azure:azure-keyvault-core:1.0.0
431431
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
432-
org.bouncycastle:bcpkix-jdk15on:1.68
433-
org.bouncycastle:bcprov-jdk15on:1.68
432+
org.bouncycastle:bcpkix-jdk15on:1.60
433+
org.bouncycastle:bcprov-jdk15on:1.60
434434
org.checkerframework:checker-qual:2.5.2
435435
org.checkerframework:checker-qual:3.8.0
436436
org.codehaus.mojo:animal-sniffer-annotations:1.17

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<guice.version>4.0</guice.version>
107107
<joda-time.version>2.9.9</joda-time.version>
108108

109-
<bouncycastle.version>1.68</bouncycastle.version>
109+
<bouncycastle.version>1.60</bouncycastle.version>
110110

111111
<!-- Required for testing LDAP integration -->
112112
<apacheds.version>2.0.0-M21</apacheds.version>

0 commit comments

Comments
 (0)