Skip to content

Commit 4b9fe65

Browse files
committed
Update dependency org.bouncycastle:bcprov-jdk15on to v1.70
1 parent 8ee3fff commit 4b9fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'
3131

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

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

0 commit comments

Comments
 (0)