Update bouncy castle dependency
1 parent 0a22e17 commit 793e4c91950483497ffdccd9d33b44c2083967ba
Mark George authored on 4 Oct 2020
Showing 1 changed file
View
2
■■■
build.gradle
jcenter()
}
 
dependencies {
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.60'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.66'
 
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'