Skip to content

Commit 57eb33e

Browse files
pjfanningsteveloughran
authored andcommitted
HADOOP-17563. Upgrade BouncyCastle to 1.68 (apache#3980)
Addresses CVE-2020-15522 and CVE-2020-26939. This can break builds with older maven shade plugins or other code using asm.jar which is not aware of recent java bytecodes and/or multirelease JARs. Contributed by PJ Fanning Change-Id: Iac4713d50fe8e00953aeb7168de62f8d36a707c8
1 parent 52eca61 commit 57eb33e

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
@@ -451,8 +451,8 @@ com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
451451
com.microsoft.azure:azure-data-lake-store-sdk:2.3.9
452452
com.microsoft.azure:azure-keyvault-core:1.0.0
453453
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
454-
org.bouncycastle:bcpkix-jdk15on:1.60
455-
org.bouncycastle:bcprov-jdk15on:1.60
454+
org.bouncycastle:bcpkix-jdk15on:1.68
455+
org.bouncycastle:bcprov-jdk15on:1.68
456456
org.checkerframework:checker-qual:2.5.2
457457
org.checkerframework:checker-qual:3.8.0
458458
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.60</bouncycastle.version>
109+
<bouncycastle.version>1.68</bouncycastle.version>
110110

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

0 commit comments

Comments
 (0)