Skip to content

Commit cf7e6da

Browse files
committed
Update dependency org.bouncycastle:bcprov-jdk15on to v1.64
1 parent 2a6739b commit cf7e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
3131

3232
// For cryptographic operations
33-
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
33+
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.64'
3434

3535
// For creating and signing JWT
3636
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0'

0 commit comments

Comments
 (0)