Skip to content

Commit df1fa68

Browse files
authored
[6.8] Update BouncyCastle to 1.64 (#52185) (#52711)
* Update BouncyCastle to 1.64 (#52185) This commit upgrades the bouncycastle dependency from 1.61 to 1.64.
1 parent f3cbeea commit df1fa68

18 files changed

+27
-13
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ joda = 2.10.1
2525
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
2626
# - distribution/tools/plugin-cli
2727
# - x-pack/plugin/security
28-
bouncycastle = 1.61
29-
28+
bouncycastle = 1.64
3029
# test dependencies
3130
randomizedrunner = 2.7.1
3231
junit = 4.12

distribution/tools/plugin-cli/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ unitTest {
4040
systemProperty 'tests.security.manager', 'false'
4141
}
4242

43+
thirdPartyAudit {
44+
ignoreMissingClasses(
45+
// Used in org.bouncycastle.pqc.crypto.qtesla.QTeslaKeyEncodingTests
46+
'junit.framework.Assert',
47+
'junit.framework.TestCase'
48+
)
49+
}
50+
4351
if (project.inFipsJvm) {
4452
// FIPS JVM includes manny classes from bouncycastle which count as jar hell for the third party audit,
4553
// rather than provide a long list of exclusions, disable the check on FIPS.

distribution/tools/plugin-cli/licenses/bcpg-jdk15on-1.61.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
56956a8c63ccadf62e7c678571cf86f30bd84441

distribution/tools/plugin-cli/licenses/bcprov-jdk15on-1.61.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1467dac1b787b5ad2a18201c0c281df69882259e

plugins/ingest-attachment/licenses/bcmail-jdk15on-1.61.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7a2601f0a1d336966cca03edb04a69ba0f5f25d9

plugins/ingest-attachment/licenses/bcpkix-jdk15on-1.61.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3dac163e20110817d850d17e0444852a6d7d0bd7

0 commit comments

Comments
 (0)