From d16813597c46e532f9f1cdce5e89642e70a41b17 Mon Sep 17 00:00:00 2001 From: Konstantinos Chalkias Date: Wed, 21 Jun 2017 13:42:27 +0100 Subject: [PATCH] Update BC to 1.5.7 as it has a fix that reduces timing side-channel attacks on EC operations --- constants.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.properties b/constants.properties index c0de1c8c65..1676023e4a 100644 --- a/constants.properties +++ b/constants.properties @@ -1,5 +1,5 @@ gradlePluginsVersion=0.12.4 kotlinVersion=1.1.1 guavaVersion=21.0 -bouncycastleVersion=1.56 +bouncycastleVersion=1.57 typesafeConfigVersion=1.3.1