Skip to content

Commit

Permalink
Update dependency org.bouncycastle:bcprov-jdk18on to v1.80 (#662)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent b960853 commit a46de45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ dependencies {
}
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.80'
implementation group: 'org.bouncycastle', name: 'bcutil-jdk18on', version: '1.79'

implementation group: 'wsdl4j', name: 'wsdl4j', version: wsdl4jVersion
Expand Down

0 comments on commit a46de45

Please sign in to comment.