HADOOP-17563. Upgrade BouncyCastle to 1.68 (#3980)

Contributed by PJ Fanning
This commit is contained in:
PJ Fanning 2022-03-07 23:21:10 +01:00 committed by GitHub
parent 851a4dc2d9
commit da5a774018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -468,8 +468,8 @@ com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
com.microsoft.azure:azure-data-lake-store-sdk:2.3.3
com.microsoft.azure:azure-keyvault-core:1.0.0
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
org.bouncycastle:bcpkix-jdk15on:1.60
org.bouncycastle:bcprov-jdk15on:1.60
org.bouncycastle:bcpkix-jdk15on:1.68
org.bouncycastle:bcprov-jdk15on:1.68
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jruby.jcodings:jcodings:1.0.13

View File

@ -109,7 +109,7 @@
<guava.version>27.0-jre</guava.version>
<guice.version>4.2.3</guice.version>
<bouncycastle.version>1.60</bouncycastle.version>
<bouncycastle.version>1.68</bouncycastle.version>
<!-- Required for testing LDAP integration -->
<apacheds.version>2.0.0-M21</apacheds.version>