From 8cf3fa4ac85c7a21e34d1602491cac5297fafee3 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Wed, 22 Jul 2020 15:35:03 +0000 Subject: [PATCH] CORDA-3916 Update to BouncyCastle 1.61 (#6492) Update to BouncyCastle 1.61. Updating one version at a time to mitigate risk of a complex breaking change being introduced. --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index 915b7e141f..6cf6942c4d 100644 --- a/constants.properties +++ b/constants.properties @@ -22,7 +22,7 @@ quasarVersion11=0.8.0 # Specify a classifier for Java 11 built artifacts jdkClassifier11=jdk11 proguardVersion=6.1.1 -bouncycastleVersion=1.60 +bouncycastleVersion=1.61 classgraphVersion=4.8.41 disruptorVersion=3.4.2 typesafeConfigVersion=1.3.4