Upgraded BouncyCastle (Fixes #312)

This commit is contained in:
Jeroen van Erp
2017-04-10 10:08:09 +02:00
parent 8eb7d1a2ad
commit 4d84d3f67c

View File

@@ -24,7 +24,7 @@ targetCompatibility = 1.6
configurations.compile.transitive = false
def bouncycastleVersion = "1.51"
def bouncycastleVersion = "1.56"
dependencies {
compile "org.slf4j:slf4j-api:1.7.7"