Skip to content

Commit 10c5bcb

Browse files
authored
Merge pull request #173 from web-push-libs/renovate/org.bouncycastle-bcprov-jdk15on-1.x
Update dependency org.bouncycastle:bcprov-jdk15on to v1.70
2 parents e0b6f8c + a22ebae commit 10c5bcb

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
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)