Skip to content

Commit 223ae0a

Browse files
authored
Merge pull request #136 from web-push-libs/renovate/org.bouncycastle-bcprov-jdk15on-1.x
Update dependency org.bouncycastle:bcprov-jdk15on to v1.68
2 parents 674bb85 + 15f79c0 commit 223ae0a

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
compile 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.64'
33+
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.68'
3434

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

0 commit comments

Comments
 (0)